Html Css Color HEX #FCA5EA Lavender Rose

📋 copy color: '#FCA5EA'

red 252 ◦ green 165 ◦ blue 234

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

Shades of Lavender Rose #FCA5EA

Tints of Lavender Rose #FCA5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.35%

 BLUE value IS 234 (91.8% from 255) = 35.94%

R = 38.71%
G = 25.35%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCA5EA (or 0xFCA5EA) is known color: Lavender Rose. HEX triplet: FC, A5 and EA. RGB value is (252,165,234). Sum of RGB (Red+Green+Blue) = 252+165+234=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA5EA is #035A15. Grayscale: #C6C6C6. Windows color (decimal): -219670 or 15377916. OLE color: 15377916.

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

Color convert

RGB 252 165 234 -
CMYK 0 0.35 0.07 0.01
HSL 312.41º 0.94% 0.82% -
HSV(B) 312.41º 0.35% 0.99% -
XYZ 68.45 53.55 84.57 -
YUV 198.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 252 165 234 0 0.35 0.07 0.01 312.41 0.94 0.82
Hex FC A5 EA 0 23 7 1 138 5E 52
Octal 374 245 352 0 43 7 1 470 136 122
Binary 11111100 10100101 11101010 0 100011 111 1 100111000 1011110 1010010

Color Harmonies of #FCA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA5EA

Black with #FCA5EA

Text Example


Text Example

White with #FCA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA5EA; }

 p { color: rgb(252,165,234); }

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

background-color css

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

 a { background-color: rgb(252,165,234); }

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

border-color css

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

 span { border-color: rgb(252,165,234); }

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