Html Css Color HEX #FCAFDB Lavender Pink

📋 copy color: '#FCAFDB'

red 252 ◦ green 175 ◦ blue 219

#FCAFDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #FCAFDB

Tints of Lavender Pink #FCAFDB

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.9%

R = 39.01%
G = 27.09%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCAFDB (or 0xFCAFDB) is known color: 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

RGB 252 175 219 -
CMYK 0 0.31 0.13 0.01
HSL 325.71º 0.93% 0.84% -
HSV(B) 325.71º 0.31% 0.99% -
XYZ 68.26 56.47 74.32 -
YUV 203.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 252 175 219 0 0.31 0.13 0.01 325.71 0.93 0.84
Hex FC AF DB 0 1F D 1 146 5D 54
Octal 374 257 333 0 37 15 1 506 135 124
Binary 11111100 10101111 11011011 0 11111 1101 1 101000110 1011101 1010100

Color Harmonies of #FCAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFDB

Black with #FCAFDB

Text Example


Text Example

White with #FCAFDB

Text Example


Text Example

HTML Codes & Css Web 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>