#FDAEEB

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

Shades of Lavender Rose #FDAEEB

Tints of Lavender Rose #FDAEEB

Color information

#FDAEEB (or 0xFDAEEB) is unknown color: approx Lavender Rose. HEX triplet: FD, AE and EB. RGB value is (253,174,235). Sum of RGB (Red+Green+Blue) = 253+174+235=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEEB is #025114. Grayscale: #CCCCCC. Windows color (decimal): -151829 or 15445757. OLE color: 15445757.

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

Color convert

RGB253174235-
CMYK00.310.070.01
HSL313.67º95.18%83.73%-
HSV(B)313.67º31.23%99.22%-
XYZ70.6457.1585.91-
YUV204.57145.17162.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 174 (68.36% from 255) = 26.28%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=38.22%
G=26.28%
B=35.50%

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
Decimal25317423500.310.070.01313.6795.1883.73
HexFDAEEB01F7113a5f54
Octal37525635303771472137124
Binary111111011010111011101011011111111110011101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEEB; }

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

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

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

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

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

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

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

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