Html Css Color HEX #FCA8E5 Lavender Rose

📋 copy color: '#FCA8E5'

red 252 ◦ green 168 ◦ blue 229

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

Shades of Lavender Rose #FCA8E5

Tints of Lavender Rose #FCA8E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 38.83%
G = 25.89%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCA8E5 (or 0xFCA8E5) is known color: Lavender Rose. HEX triplet: FC, A8 and E5. RGB value is (252,168,229). Sum of RGB (Red+Green+Blue) = 252+168+229=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8E5 is #03571A. Grayscale: #C7C7C7. Windows color (decimal): -218907 or 15051004. OLE color: 15051004.

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

Color convert

RGB 252 168 229 -
CMYK 0 0.33 0.09 0.01
HSL 316.43º 0.93% 0.82% -
HSV(B) 316.43º 0.33% 0.99% -
XYZ 68.29 54.36 81.02 -
YUV 200.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 252 168 229 0 0.33 0.09 0.01 316.43 0.93 0.82
Hex FC A8 E5 0 21 9 1 13C 5D 52
Octal 374 250 345 0 41 11 1 474 135 122
Binary 11111100 10101000 11100101 0 100001 1001 1 100111100 1011101 1010010

Color Harmonies of #FCA8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8E5

Black with #FCA8E5

Text Example


Text Example

White with #FCA8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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