#FDB4EC

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

Shades of Lavender Rose #FDB4EC

Tints of Lavender Rose #FDB4EC

Color information

#FDB4EC (or 0xFDB4EC) is unknown color: approx Lavender Rose. HEX triplet: FD, B4 and EC. RGB value is (253,180,236). Sum of RGB (Red+Green+Blue) = 253+180+236=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 180 (70.70% from 255 or 26.91% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4EC is #024B13. Grayscale: #D0D0D0. Windows color (decimal): -150292 or 15512829. OLE color: 15512829.

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

Color convert

RGB253180236-
CMYK00.290.070.01
HSL313.97º94.81%84.9%-
HSV(B)313.97º28.85%99.22%-
XYZ71.9759.5887.06-
YUV208.21143.68159.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 180 (70.70% from 255) = 26.91%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=37.82%
G=26.91%
B=35.28%

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
Decimal25318023600.290.070.01313.9794.8184.9
HexFDB4EC01D7113a5f55
Octal37526435403571472137125
Binary111111011011010011101100011101111110011101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB4EC; }

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

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

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

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

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

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

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

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