#FDB5F3

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

Shades of Lavender Rose #FDB5F3

Tints of Lavender Rose #FDB5F3

Color information

#FDB5F3 (or 0xFDB5F3) is unknown color: approx Lavender Rose. HEX triplet: FD, B5 and F3. RGB value is (253,181,243). Sum of RGB (Red+Green+Blue) = 253+181+243=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 181 (71.09% from 255 or 26.74% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB5F3 is #024A0C. Grayscale: #D1D1D1. Windows color (decimal): -150029 or 15971837. OLE color: 15971837.

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

Color convert

RGB253181243-
CMYK00.280.040.01
HSL308.33º94.74%85.1%-
HSV(B)308.33º28.46%99.22%-
XYZ73.2160.492.59-
YUV209.6146.85158.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 181 (71.09% from 255) = 26.74%
BLUE value IS 243 (95.31% from 255) = 35.89%
R=37.37%
G=26.74%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318124300.280.040.01308.3394.7485.1
HexFDB5F301C411345f55
Octal37526536303441464137125
Binary111111011011010111110011011100100110011010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5F3; }

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

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

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

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

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

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

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

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