#FD9BDC

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

Shades of Lavender Rose #FD9BDC

Tints of Lavender Rose #FD9BDC

Color information

#FD9BDC (or 0xFD9BDC) is unknown color: approx Lavender Rose. HEX triplet: FD, 9B and DC. RGB value is (253,155,220). Sum of RGB (Red+Green+Blue) = 253+155+220=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9BDC is #026423. Grayscale: #BFBFBF. Windows color (decimal): -156708 or 14457853. OLE color: 14457853.

HSL color Cylindrical-coordinate representation of color #FD9BDC: hue angle of 320.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FD9BDC is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253155220-
CMYK00.390.130.01
HSL320.2º96.08%80%-
HSV(B)320.2º38.74%99.22%-
XYZ65.1549.4973.83-
YUV191.71143.97171.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 155 (60.94% from 255) = 24.68%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=40.29%
G=24.68%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315522000.390.130.01320.296.0880
HexFD9BDC027D11406050
Octal375233334047151500140120
Binary11111101100110111101110001001111101110100000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9BDC; }

 p { color: rgb(253,155,220); }

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

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

 a { background-color: rgb(253,155,220); }

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

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

 span { border-color: rgb(253,155,220); }

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