#FAC5CE

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

Shades of Pink #FAC5CE

Tints of Pink #FAC5CE

Color information

#FAC5CE (or 0xFAC5CE) is unknown color: approx Pink. HEX triplet: FA, C5 and CE. RGB value is (250,197,206). Sum of RGB (Red+Green+Blue) = 250+197+206=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5CE is #053A31. Grayscale: #D5D5D5. Windows color (decimal): -342578 or 13551098. OLE color: 13551098.

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

Color convert

RGB250197206-
CMYK00.210.180.02
HSL349.81º84.13%87.65%-
HSV(B)349.81º21.2%98.04%-
XYZ70.5364.7167.17-
YUV213.87123.56153.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=38.28%
G=30.17%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019720600.210.180.02349.8184.1387.65
HexFAC5CE01512215e5458
Octal372305316025222536124130
Binary111110101100010111001110010101100101010101111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5CE; }

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

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

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

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

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

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

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

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