#FDBAEE

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

Shades of Lavender Rose #FDBAEE

Tints of Lavender Rose #FDBAEE

Color information

#FDBAEE (or 0xFDBAEE) is unknown color: approx Lavender Rose. HEX triplet: FD, BA and EE. RGB value is (253,186,238). Sum of RGB (Red+Green+Blue) = 253+186+238=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAEE is #024511. Grayscale: #D3D3D3. Windows color (decimal): -148754 or 15645437. OLE color: 15645437.

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

Color convert

RGB253186238-
CMYK00.260.060.01
HSL313.43º94.37%86.08%-
HSV(B)313.43º26.48%99.22%-
XYZ73.562.1789.02-
YUV211.96142.7157.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 186 (73.05% from 255) = 27.47%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=37.37%
G=27.47%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318623800.260.060.01313.4394.3786.08
HexFDBAEE01A611395e56
Octal37527235603261471136126
Binary111111011011101011101110011010110110011100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAEE; }

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

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

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

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

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

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

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

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