Html Css Color HEX #FCA8E8 Lavender Rose

📋 copy color: '#FCA8E8'

red 252 ◦ green 168 ◦ blue 232

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

Shades of Lavender Rose #FCA8E8

Tints of Lavender Rose #FCA8E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.58%

R = 38.65%
G = 25.77%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCA8E8 (or 0xFCA8E8) is known color: Lavender Rose. HEX triplet: FC, A8 and E8. RGB value is (252,168,232). Sum of RGB (Red+Green+Blue) = 252+168+232=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 168 (66.02% from 255 or 25.77% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8E8 is #035717. Grayscale: #C8C8C8. Windows color (decimal): -218904 or 15247612. OLE color: 15247612.

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

Color convert

RGB 252 168 232 -
CMYK 0 0.33 0.08 0.01
HSL 314.29º 0.93% 0.82% -
HSV(B) 314.29º 0.33% 0.99% -
XYZ 68.71 54.53 83.25 -
YUV 200.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 252 168 232 0 0.33 0.08 0.01 314.29 0.93 0.82
Hex FC A8 E8 0 21 8 1 13A 5D 52
Octal 374 250 350 0 41 10 1 472 135 122
Binary 11111100 10101000 11101000 0 100001 1000 1 100111010 1011101 1010010

Color Harmonies of #FCA8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8E8

Black with #FCA8E8

Text Example


Text Example

White with #FCA8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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