#FDBEEE

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

Shades of Lavender Rose #FDBEEE

Tints of Lavender Rose #FDBEEE

Color information

#FDBEEE (or 0xFDBEEE) is unknown color: approx Lavender Rose. HEX triplet: FD, BE and EE. RGB value is (253,190,238). Sum of RGB (Red+Green+Blue) = 253+190+238=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEEE is #024111. Grayscale: #D6D6D6. Windows color (decimal): -147730 or 15646461. OLE color: 15646461.

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

Color convert

RGB253190238-
CMYK00.250.060.01
HSL314.29º94.03%86.86%-
HSV(B)314.29º24.9%99.22%-
XYZ74.3563.8889.3-
YUV214.31141.37155.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 190 (74.61% from 255) = 27.90%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=37.15%
G=27.90%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319023800.250.060.01314.2994.0386.86
HexFDBEEE0196113a5e57
Octal37527635603161472136127
Binary111111011011111011101110011001110110011101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEEE; }

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

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

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

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

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

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

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

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