#FCA5E1

Color #FCA5E1 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FCA5E1

Tints of Lavender Rose #FCA5E1

Color information

#FCA5E1 (or 0xFCA5E1) is unknown color: approx 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

RGB252165225-
CMYK00.350.110.01
HSL318.62º93.55%81.76%-
HSV(B)318.62º34.52%98.82%-
XYZ67.1953.0477.93-
YUV197.85143.32166.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 165 (64.84% from 255) = 25.70%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=39.25%
G=25.70%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216522500.350.110.01318.6293.5581.76
HexFCA5E1023B113f5e52
Octal374245341043131477136122
Binary11111100101001011110000101000111011110011111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>