#FDB6F3

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

Shades of Lavender Rose #FDB6F3

Tints of Lavender Rose #FDB6F3

Color information

#FDB6F3 (or 0xFDB6F3) is unknown color: approx Lavender Rose. HEX triplet: FD, B6 and F3. RGB value is (253,182,243). Sum of RGB (Red+Green+Blue) = 253+182+243=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 182 (71.48% from 255 or 26.84% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6F3 is #02490C. Grayscale: #D2D2D2. Windows color (decimal): -149773 or 15972093. OLE color: 15972093.

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

Color convert

RGB253182243-
CMYK00.280.040.01
HSL308.45º94.67%85.29%-
HSV(B)308.45º28.06%99.22%-
XYZ73.4160.8192.66-
YUV210.18146.52158.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 182 (71.48% from 255) = 26.84%
BLUE value IS 243 (95.31% from 255) = 35.84%
R=37.32%
G=26.84%
B=35.84%

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
Decimal25318224300.280.040.01308.4594.6785.29
HexFDB6F301C411345f55
Octal37526636303441464137125
Binary111111011011011011110011011100100110011010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB6F3; }

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

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

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

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

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

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

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

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