Html Css Color HEX #FCA8D2 Lavender Pink

📋 copy color: '#FCA8D2'

red 252 ◦ green 168 ◦ blue 210

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

Shades of Lavender Pink #FCA8D2

Tints of Lavender Pink #FCA8D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.33%

R = 40%
G = 26.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCA8D2 (or 0xFCA8D2) is known color: Lavender Pink. HEX triplet: FC, A8 and D2. RGB value is (252,168,210). Sum of RGB (Red+Green+Blue) = 252+168+210=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8D2 is #03572D. Grayscale: #C5C5C5. Windows color (decimal): -218926 or 13805820. OLE color: 13805820.

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

Color convert

RGB 252 168 210 -
CMYK 0 0.33 0.17 0.01
HSL 330º 0.93% 0.82% -
HSV(B) 330º 0.33% 0.99% -
XYZ 65.78 53.35 67.8 -
YUV 197.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 252 168 210 0 0.33 0.17 0.01 330 0.93 0.82
Hex FC A8 D2 0 21 11 1 14A 5D 52
Octal 374 250 322 0 41 21 1 512 135 122
Binary 11111100 10101000 11010010 0 100001 10001 1 101001010 1011101 1010010

Color Harmonies of #FCA8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8D2

Black with #FCA8D2

Text Example


Text Example

White with #FCA8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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