#FAC4CE

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

Shades of Pink #FAC4CE

Tints of Pink #FAC4CE

Color information

#FAC4CE (or 0xFAC4CE) is unknown color: approx Pink. HEX triplet: FA, C4 and CE. RGB value is (250,196,206). Sum of RGB (Red+Green+Blue) = 250+196+206=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4CE is #053B31. Grayscale: #D5D5D5. Windows color (decimal): -342834 or 13550842. OLE color: 13550842.

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

Color convert

RGB250196206-
CMYK00.220.180.02
HSL348.89º84.38%87.45%-
HSV(B)348.89º21.6%98.04%-
XYZ70.364.2667.09-
YUV213.29123.89154.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=38.34%
G=30.06%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019620600.220.180.02348.8984.3887.45
HexFAC4CE01612215d5457
Octal372304316026222535124127
Binary111110101100010011001110010110100101010101110110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4CE; }

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

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

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

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

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

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

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

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