#FDB8F6

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

Shades of Lavender Rose #FDB8F6

Tints of Lavender Rose #FDB8F6

Color information

#FDB8F6 (or 0xFDB8F6) is unknown color: approx Lavender Rose. HEX triplet: FD, B8 and F6. RGB value is (253,184,246). Sum of RGB (Red+Green+Blue) = 253+184+246=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 184 (72.27% from 255 or 26.94% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8F6 is #024709. Grayscale: #D3D3D3. Windows color (decimal): -149258 or 16169213. OLE color: 16169213.

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

Color convert

RGB253184246-
CMYK00.270.030.01
HSL306.09º94.52%85.69%-
HSV(B)306.09º27.27%99.22%-
XYZ74.2861.8295.21-
YUV211.7147.36157.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 184 (72.27% from 255) = 26.94%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=37.04%
G=26.94%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318424600.270.030.01306.0994.5285.69
HexFDB8F601B311325f56
Octal37527036603331462137126
Binary11111101101110001111011001101111110011001010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB8F6; }

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

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

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

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

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

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

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

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