#FCAFCE

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

Shades of Lavender Pink #FCAFCE

Tints of Lavender Pink #FCAFCE

Color information

#FCAFCE (or 0xFCAFCE) is unknown color: approx Lavender Pink. HEX triplet: FC, AF and CE. RGB value is (252,175,206). Sum of RGB (Red+Green+Blue) = 252+175+206=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFCE is #035031. Grayscale: #C9C9C9. Windows color (decimal): -217138 or 13545468. OLE color: 13545468.

HSL color Cylindrical-coordinate representation of color #FCAFCE: hue angle of 335.84º 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 #FCAFCE is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252175206-
CMYK00.310.180.01
HSL335.84º92.77%83.73%-
HSV(B)335.84º30.56%98.82%-
XYZ66.6255.8165.65-
YUV201.56130.51163.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=39.81%
G=27.65%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217520600.310.180.01335.8492.7783.73
HexFCAFCE01F1211505d54
Octal374257316037221520135124
Binary11111100101011111100111001111110010110101000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFCE; }

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

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

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

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

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

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

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

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