#FDABEE

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

Shades of Lavender Rose #FDABEE

Tints of Lavender Rose #FDABEE

Color information

#FDABEE (or 0xFDABEE) is unknown color: approx Lavender Rose. HEX triplet: FD, AB and EE. RGB value is (253,171,238). Sum of RGB (Red+Green+Blue) = 253+171+238=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 171 (67.19% from 255 or 25.83% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABEE is #025411. Grayscale: #CACACA. Windows color (decimal): -152594 or 15641597. OLE color: 15641597.

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

Color convert

RGB253171238-
CMYK00.320.060.01
HSL310.98º95.35%83.14%-
HSV(B)310.98º32.41%99.22%-
XYZ70.556.1888.02-
YUV203.16147.67163.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 171 (67.19% from 255) = 25.83%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=38.22%
G=25.83%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317123800.320.060.01310.9895.3583.14
HexFDABEE020611375f53
Octal37525335604061467137123
Binary1111110110101011111011100100000110110011011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABEE; }

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

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

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

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

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

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

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

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