#FDB9F3

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

Shades of Lavender Rose #FDB9F3

Tints of Lavender Rose #FDB9F3

Color information

#FDB9F3 (or 0xFDB9F3) is unknown color: approx Lavender Rose. HEX triplet: FD, B9 and F3. RGB value is (253,185,243). Sum of RGB (Red+Green+Blue) = 253+185+243=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 185 (72.66% from 255 or 27.17% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9F3 is #02460C. Grayscale: #D3D3D3. Windows color (decimal): -149005 or 15972861. OLE color: 15972861.

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

Color convert

RGB253185243-
CMYK00.270.040.01
HSL308.82º94.44%85.88%-
HSV(B)308.82º26.88%99.22%-
XYZ74.0362.0592.87-
YUV211.94145.53157.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 185 (72.66% from 255) = 27.17%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=37.15%
G=27.17%
B=35.68%

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
Decimal25318524300.270.040.01308.8294.4485.88
HexFDB9F301B411355e56
Octal37527136303341465136126
Binary111111011011100111110011011011100110011010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9F3; }

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

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

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

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

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

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

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

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