Html Css Color HEX #FCA5E1 Lavender Rose

📋 copy color: '#FCA5E1'

red 252 ◦ green 165 ◦ blue 225

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

Shades of Lavender Rose #FCA5E1

Tints of Lavender Rose #FCA5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.05%

R = 39.25%
G = 25.7%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCA5E1 (or 0xFCA5E1) is known color: Lavender Rose. HEX triplet: FC, A5 and E1. RGB value is (252,165,225). Sum of RGB (Red+Green+Blue) = 252+165+225=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5E1 is #035A1E. Grayscale: #C5C5C5. Windows color (decimal): -219679 or 14788092. OLE color: 14788092.

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

Color convert

RGB 252 165 225 -
CMYK 0 0.35 0.11 0.01
HSL 318.62º 0.94% 0.82% -
HSV(B) 318.62º 0.35% 0.99% -
XYZ 67.19 53.04 77.93 -
YUV 197.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 252 165 225 0 0.35 0.11 0.01 318.62 0.94 0.82
Hex FC A5 E1 0 23 B 1 13F 5E 52
Octal 374 245 341 0 43 13 1 477 136 122
Binary 11111100 10100101 11100001 0 100011 1011 1 100111111 1011110 1010010

Color Harmonies of #FCA5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA5E1

Black with #FCA5E1

Text Example


Text Example

White with #FCA5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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