Html Css Color HEX #FCAFCE Lavender Pink

📋 copy color: '#FCAFCE'

red 252 ◦ green 175 ◦ blue 206

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

Shades of Lavender Pink #FCAFCE

Tints of Lavender Pink #FCAFCE

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 value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

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

RGB 252 175 206 -
CMYK 0 0.31 0.18 0.01
HSL 335.84º 0.93% 0.84% -
HSV(B) 335.84º 0.31% 0.99% -
XYZ 66.62 55.81 65.65 -
YUV 201.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 252 175 206 0 0.31 0.18 0.01 335.84 0.93 0.84
Hex FC AF CE 0 1F 12 1 150 5D 54
Octal 374 257 316 0 37 22 1 520 135 124
Binary 11111100 10101111 11001110 0 11111 10010 1 101010000 1011101 1010100

Color Harmonies of #FCAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFCE

Black with #FCAFCE

Text Example


Text Example

White with #FCAFCE

Text Example


Text Example

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