#FDAEEC

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

Shades of Lavender Rose #FDAEEC

Tints of Lavender Rose #FDAEEC

Color information

#FDAEEC (or 0xFDAEEC) is unknown color: approx Lavender Rose. HEX triplet: FD, AE and EC. RGB value is (253,174,236). Sum of RGB (Red+Green+Blue) = 253+174+236=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEEC is #025113. Grayscale: #CCCCCC. Windows color (decimal): -151828 or 15511293. OLE color: 15511293.

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

Color convert

RGB253174236-
CMYK00.310.070.01
HSL312.91º95.18%83.73%-
HSV(B)312.91º31.23%99.22%-
XYZ70.7857.2186.67-
YUV204.69145.67162.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 174 (68.36% from 255) = 26.24%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=38.16%
G=26.24%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317423600.310.070.01312.9195.1883.73
HexFDAEEC01F711395f54
Octal37525635403771471137124
Binary111111011010111011101100011111111110011100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEEC; }

 p { color: rgb(253,174,236); }

 H1.HeaderClassName
 {
   color: #FDAEEC;
 }
 .AnyTagClassName
 {
   color: #FDAEEC;
 }
</style>
background-color css

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

 a { background-color: rgb(253,174,236); }

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

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

 span { border-color: rgb(253,174,236); }

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