Html Css Color HEX #FCA0E0 Lavender Rose

📋 copy color: '#FCA0E0'

red 252 ◦ green 160 ◦ blue 224

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

Shades of Lavender Rose #FCA0E0

Tints of Lavender Rose #FCA0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.22%

R = 39.62%
G = 25.16%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCA0E0 (or 0xFCA0E0) is known color: Lavender Rose. HEX triplet: FC, A0 and E0. RGB value is (252,160,224). Sum of RGB (Red+Green+Blue) = 252+160+224=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0E0 is #035F1F. Grayscale: #C2C2C2. Windows color (decimal): -220960 or 14721276. OLE color: 14721276.

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

Color convert

RGB 252 160 224 -
CMYK 0 0.37 0.11 0.01
HSL 318.26º 0.94% 0.81% -
HSV(B) 318.26º 0.37% 0.99% -
XYZ 66.17 51.22 76.92 -
YUV 194.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 252 160 224 0 0.37 0.11 0.01 318.26 0.94 0.81
Hex FC A0 E0 0 25 B 1 13E 5E 51
Octal 374 240 340 0 45 13 1 476 136 121
Binary 11111100 10100000 11100000 0 100101 1011 1 100111110 1011110 1010001

Color Harmonies of #FCA0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0E0

Black with #FCA0E0

Text Example


Text Example

White with #FCA0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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