#fac4bc

Color #FAC4BC Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FAC4BC

Tints of Your Pink #FAC4BC

Color information

#FAC4BC (or 0xFAC4BC) is unknown color: approx Your Pink. HEX triplet: FA, C4 and BC. RGB value is (250,196,188). Sum of RGB (Red+Green+Blue) = 250+196+188=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4BC is #053B43. Grayscale: #D3D3D3. Windows color (decimal): -342852 or 12371194. OLE color: 12371194.

HSL color Cylindrical-coordinate representation of color #FAC4BC: hue angle of 7.74º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAC4BC is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250196188-
CMYK00.220.250.02
HSL7.74º86.11%85.88%-
HSV(B)7.74º24.8%98.04%-
XYZ68.2463.4356.22-
YUV211.23114.89155.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 188 (73.83% from 255) = 29.65%
R=39.43%
G=30.91%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019618800.220.250.027.7486.1185.88
HexFAC4BC01619285656
Octal37230427402631210126126
Binary1111101011000100101111000101101100110100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fac4bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fac4bc; }

 p { color: rgb(250,196,188); }

 H1.HeaderClassName
 {
   color: #fac4bc;
 }
 .AnyTagClassName
 {
   color: #fac4bc;
 }
</style>
background-color css

<style>
 a { background-color: #fac4bc; }

 a { background-color: rgb(250,196,188); }

 div.DivClassName
 {
   background-color: #fac4bc;
 }
 .BgClassName
 {
   background-color: #fac4bc;
 }
</style>
border-color css

<style>
 span { border-color: #fac4bc; }

 span { border-color: rgb(250,196,188); }

 td.TdClassName
 {
   border-color: #fac4bc;
 }
 .TagClassName
 {
   border-color: #fac4bc;
 }
</style>