Html Css Color HEX #FCA0E8 Lavender Rose

📋 copy color: '#FCA0E8'

red 252 ◦ green 160 ◦ blue 232

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

Shades of Lavender Rose #FCA0E8

Tints of Lavender Rose #FCA0E8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.84%

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

R = 39.13%
G = 24.84%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCA0E8 (or 0xFCA0E8) is known color: Lavender Rose. HEX triplet: FC, A0 and E8. RGB value is (252,160,232). Sum of RGB (Red+Green+Blue) = 252+160+232=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 160 (62.89% from 255 or 24.84% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA0E8 is #035F17. Grayscale: #C3C3C3. Windows color (decimal): -220952 or 15245564. OLE color: 15245564.

HSL color Cylindrical-coordinate representation of color #FCA0E8: hue angle of 313.04º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0E8 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 160 232 -
CMYK 0 0.37 0.08 0.01
HSL 313.04º 0.94% 0.81% -
HSV(B) 313.04º 0.37% 0.99% -
XYZ 67.28 51.66 82.77 -
YUV 195.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 252 160 232 0 0.37 0.08 0.01 313.04 0.94 0.81
Hex FC A0 E8 0 25 8 1 139 5E 51
Octal 374 240 350 0 45 10 1 471 136 121
Binary 11111100 10100000 11101000 0 100101 1000 1 100111001 1011110 1010001

Color Harmonies of #FCA0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0E8

Black with #FCA0E8

Text Example


Text Example

White with #FCA0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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