#FCAFDB

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

Shades of Lavender Pink #FCAFDB

Tints of Lavender Pink #FCAFDB

Color information

#FCAFDB (or 0xFCAFDB) is unknown color: approx Lavender Pink. HEX triplet: FC, AF and DB. RGB value is (252,175,219). Sum of RGB (Red+Green+Blue) = 252+175+219=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFDB is #035024. Grayscale: #CACACA. Windows color (decimal): -217125 or 14397436. OLE color: 14397436.

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

Color convert

RGB252175219-
CMYK00.310.130.01
HSL325.71º92.77%83.73%-
HSV(B)325.71º30.56%98.82%-
XYZ68.2656.4774.32-
YUV203.04137.01162.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 175 (68.75% from 255) = 27.09%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=39.01%
G=27.09%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217521900.310.130.01325.7192.7783.73
HexFCAFDB01FD11465d54
Octal374257333037151506135124
Binary1111110010101111110110110111111101110100011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFDB; }

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

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

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

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

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

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

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

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