#FAC8CF

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

Shades of Pink #FAC8CF

Tints of Pink #FAC8CF

Color information

#FAC8CF (or 0xFAC8CF) is unknown color: approx Pink. HEX triplet: FA, C8 and CF. RGB value is (250,200,207). Sum of RGB (Red+Green+Blue) = 250+200+207=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8CF is #053730. Grayscale: #D7D7D7. Windows color (decimal): -341809 or 13617402. OLE color: 13617402.

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

Color convert

RGB250200207-
CMYK00.20.170.02
HSL351.6º83.33%88.24%-
HSV(B)351.6º20%98.04%-
XYZ71.3466.1468.04-
YUV215.75123.07152.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=38.05%
G=30.44%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020020700.20.170.02351.683.3388.24
HexFAC8CF0141121605358
Octal372310317024212540123130
Binary111110101100100011001111010100100011010110000010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8CF; }

 p { color: rgb(250,200,207); }

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

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

 a { background-color: rgb(250,200,207); }

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

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

 span { border-color: rgb(250,200,207); }

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