Html Css Color HEX #FCAFDA Lavender Pink

📋 copy color: '#FCAFDA'

red 252 ◦ green 175 ◦ blue 218

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

Shades of Lavender Pink #FCAFDA

Tints of Lavender Pink #FCAFDA

RGB

 RED value IS 252 (98.83% from 255) = 39.07%

 GREEN value IS 175 (68.75% from 255) = 27.13%

 BLUE value IS 218 (85.55% from 255) = 33.8%

R = 39.07%
G = 27.13%
B = 33.8%

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

#FCAFDA (or 0xFCAFDA) is known color: Lavender Pink. HEX triplet: FC, AF and DA. RGB value is (252,175,218). Sum of RGB (Red+Green+Blue) = 252+175+218=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFDA is #035025. Grayscale: #CACACA. Windows color (decimal): -217126 or 14331900. OLE color: 14331900.

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

Color convert

RGB 252 175 218 -
CMYK 0 0.31 0.13 0.01
HSL 326.49º 0.93% 0.84% -
HSV(B) 326.49º 0.31% 0.99% -
XYZ 68.13 56.42 73.63 -
YUV 202.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 252 175 218 0 0.31 0.13 0.01 326.49 0.93 0.84
Hex FC AF DA 0 1F D 1 146 5D 54
Octal 374 257 332 0 37 15 1 506 135 124
Binary 11111100 10101111 11011010 0 11111 1101 1 101000110 1011101 1010100

Color Harmonies of #FCAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFDA

Black with #FCAFDA

Text Example


Text Example

White with #FCAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFDA; }

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

 H1.HeaderClassName
 {
   color: #FCAFDA;
 }
 .AnyTagClassName
 {
   color: #FCAFDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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