#FCAFCC

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

Shades of Lavender Pink #FCAFCC

Tints of Lavender Pink #FCAFCC

Color information

#FCAFCC (or 0xFCAFCC) is unknown color: approx Lavender Pink. HEX triplet: FC, AF and CC. RGB value is (252,175,204). Sum of RGB (Red+Green+Blue) = 252+175+204=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFCC is #035033. Grayscale: #C9C9C9. Windows color (decimal): -217140 or 13414396. OLE color: 13414396.

HSL color Cylindrical-coordinate representation of color #FCAFCC: hue angle of 337.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAFCC is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252175204-
CMYK00.310.190.01
HSL337.4º92.77%83.73%-
HSV(B)337.4º30.56%98.82%-
XYZ66.3755.7264.38-
YUV201.33129.51164.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=39.94%
G=27.73%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217520400.310.190.01337.492.7783.73
HexFCAFCC01F1311515d54
Octal374257314037231521135124
Binary11111100101011111100110001111110011110101000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFCC; }

 p { color: rgb(252,175,204); }

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

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

 a { background-color: rgb(252,175,204); }

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

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

 span { border-color: rgb(252,175,204); }

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