#FDAEEE

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

Shades of Lavender Rose #FDAEEE

Tints of Lavender Rose #FDAEEE

Color information

#FDAEEE (or 0xFDAEEE) is unknown color: approx Lavender Rose. HEX triplet: FD, AE and EE. RGB value is (253,174,238). Sum of RGB (Red+Green+Blue) = 253+174+238=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 174 (68.36% from 255 or 26.17% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEEE is #025111. Grayscale: #CCCCCC. Windows color (decimal): -151826 or 15642365. OLE color: 15642365.

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

Color convert

RGB253174238-
CMYK00.310.060.01
HSL311.39º95.18%83.73%-
HSV(B)311.39º31.23%99.22%-
XYZ71.0857.3388.21-
YUV204.92146.67162.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 174 (68.36% from 255) = 26.17%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=38.05%
G=26.17%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317423800.310.060.01311.3995.1883.73
HexFDAEEE01F611375f54
Octal37525635603761467137124
Binary111111011010111011101110011111110110011011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEEE; }

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

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

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

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

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

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

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

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