Html Css Color HEX #FCA8CE Lavender Pink

📋 copy color: '#FCA8CE'

red 252 ◦ green 168 ◦ blue 206

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

Shades of Lavender Pink #FCA8CE

Tints of Lavender Pink #FCA8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.84%

 BLUE value IS 206 (80.86% from 255) = 32.91%

R = 40.26%
G = 26.84%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCA8CE (or 0xFCA8CE) is known color: Lavender Pink. HEX triplet: FC, A8 and CE. RGB value is (252,168,206). Sum of RGB (Red+Green+Blue) = 252+168+206=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8CE is #035731. Grayscale: #C5C5C5. Windows color (decimal): -218930 or 13543676. OLE color: 13543676.

HSL color Cylindrical-coordinate representation of color #FCA8CE: hue angle of 332.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8CE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 206 -
CMYK 0 0.33 0.18 0.01
HSL 332.86º 0.93% 0.82% -
HSV(B) 332.86º 0.33% 0.99% -
XYZ 65.29 53.16 65.21 -
YUV 197.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 252 168 206 0 0.33 0.18 0.01 332.86 0.93 0.82
Hex FC A8 CE 0 21 12 1 14D 5D 52
Octal 374 250 316 0 41 22 1 515 135 122
Binary 11111100 10101000 11001110 0 100001 10010 1 101001101 1011101 1010010

Color Harmonies of #FCA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8CE

Black with #FCA8CE

Text Example


Text Example

White with #FCA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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