#FDBEEF

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

Shades of Lavender Rose #FDBEEF

Tints of Lavender Rose #FDBEEF

Color information

#FDBEEF (or 0xFDBEEF) is unknown color: approx Lavender Rose. HEX triplet: FD, BE and EF. RGB value is (253,190,239). Sum of RGB (Red+Green+Blue) = 253+190+239=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEEF is #024110. Grayscale: #D6D6D6. Windows color (decimal): -147729 or 15711997. OLE color: 15711997.

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

Color convert

RGB253190239-
CMYK00.250.060.01
HSL313.33º94.03%86.86%-
HSV(B)313.33º24.9%99.22%-
XYZ74.563.9490.08-
YUV214.42141.87155.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.10%
GREEN value IS 190 (74.61% from 255) = 27.86%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=37.10%
G=27.86%
B=35.04%

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
Decimal25319023900.250.060.01313.3394.0386.86
HexFDBEEF019611395e57
Octal37527635703161471136127
Binary111111011011111011101111011001110110011100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEEF; }

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

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

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

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

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

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

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

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