#FDB4EB

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

Shades of Lavender Rose #FDB4EB

Tints of Lavender Rose #FDB4EB

Color information

#FDB4EB (or 0xFDB4EB) is unknown color: approx Lavender Rose. HEX triplet: FD, B4 and EB. RGB value is (253,180,235). Sum of RGB (Red+Green+Blue) = 253+180+235=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4EB is #024B14. Grayscale: #CFCFCF. Windows color (decimal): -150293 or 15447293. OLE color: 15447293.

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

Color convert

RGB253180235-
CMYK00.290.070.01
HSL314.79º94.81%84.9%-
HSV(B)314.79º28.85%99.22%-
XYZ71.8259.5286.3-
YUV208.1143.18160.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 180 (70.70% from 255) = 26.95%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=37.87%
G=26.95%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318023500.290.070.01314.7994.8184.9
HexFDB4EB01D7113b5f55
Octal37526435303571473137125
Binary111111011011010011101011011101111110011101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB4EB; }

 p { color: rgb(253,180,235); }

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

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

 a { background-color: rgb(253,180,235); }

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

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

 span { border-color: rgb(253,180,235); }

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