Html Css Color HEX #FCA2E9 Lavender Rose

📋 copy color: '#FCA2E9'

red 252 ◦ green 162 ◦ blue 233

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

Shades of Lavender Rose #FCA2E9

Tints of Lavender Rose #FCA2E9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.04%

 BLUE value IS 233 (91.41% from 255) = 36.01%

R = 38.95%
G = 25.04%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCA2E9 (or 0xFCA2E9) is known color: Lavender Rose. HEX triplet: FC, A2 and E9. RGB value is (252,162,233). Sum of RGB (Red+Green+Blue) = 252+162+233=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 162 (63.67% from 255 or 25.04% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA2E9 is #035D16. Grayscale: #C4C4C4. Windows color (decimal): -220439 or 15311612. OLE color: 15311612.

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

Color convert

RGB 252 162 233 -
CMYK 0 0.36 0.08 0.01
HSL 312.67º 0.94% 0.81% -
HSV(B) 312.67º 0.36% 0.99% -
XYZ 67.77 52.42 83.64 -
YUV 197 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 252 162 233 0 0.36 0.08 0.01 312.67 0.94 0.81
Hex FC A2 E9 0 24 8 1 139 5E 51
Octal 374 242 351 0 44 10 1 471 136 121
Binary 11111100 10100010 11101001 0 100100 1000 1 100111001 1011110 1010001

Color Harmonies of #FCA2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2E9

Black with #FCA2E9

Text Example


Text Example

White with #FCA2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2E9; }

 p { color: rgb(252,162,233); }

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

background-color css

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

 a { background-color: rgb(252,162,233); }

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

border-color css

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

 span { border-color: rgb(252,162,233); }

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