#FDB8F3

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

Shades of Lavender Rose #FDB8F3

Tints of Lavender Rose #FDB8F3

Color information

#FDB8F3 (or 0xFDB8F3) is unknown color: approx Lavender Rose. HEX triplet: FD, B8 and F3. RGB value is (253,184,243). Sum of RGB (Red+Green+Blue) = 253+184+243=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 184 (72.27% from 255 or 27.06% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8F3 is #02470C. Grayscale: #D3D3D3. Windows color (decimal): -149261 or 15972605. OLE color: 15972605.

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

Color convert

RGB253184243-
CMYK00.270.040.01
HSL308.7º94.52%85.69%-
HSV(B)308.7º27.27%99.22%-
XYZ73.8361.6392.8-
YUV211.36145.86157.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 184 (72.27% from 255) = 27.06%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=37.21%
G=27.06%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318424300.270.040.01308.794.5285.69
HexFDB8F301B411355f56
Octal37527036303341465137126
Binary111111011011100011110011011011100110011010110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB8F3; }

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

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

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

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

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

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

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

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