#FDB8F8

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

Shades of Lavender Rose #FDB8F8

Tints of Lavender Rose #FDB8F8

Color information

#FDB8F8 (or 0xFDB8F8) is unknown color: approx Lavender Rose. HEX triplet: FD, B8 and F8. RGB value is (253,184,248). Sum of RGB (Red+Green+Blue) = 253+184+248=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 184 (72.27% from 255 or 26.86% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8F8 is #024707. Grayscale: #D3D3D3. Windows color (decimal): -149256 or 16300285. OLE color: 16300285.

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

Color convert

RGB253184248-
CMYK00.270.020.01
HSL304.35º94.52%85.69%-
HSV(B)304.35º27.27%99.22%-
XYZ74.5961.9496.83-
YUV211.93148.36157.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 184 (72.27% from 255) = 26.86%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=36.93%
G=26.86%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318424800.270.020.01304.3594.5285.69
HexFDB8F801B211305f56
Octal37527037003321460137126
Binary11111101101110001111100001101110110011000010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB8F8; }

 p { color: rgb(253,184,248); }

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

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

 a { background-color: rgb(253,184,248); }

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

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

 span { border-color: rgb(253,184,248); }

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