#FD9ADC

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

Shades of Lavender Rose #FD9ADC

Tints of Lavender Rose #FD9ADC

Color information

#FD9ADC (or 0xFD9ADC) is unknown color: approx Lavender Rose. HEX triplet: FD, 9A and DC. RGB value is (253,154,220). Sum of RGB (Red+Green+Blue) = 253+154+220=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ADC is #026523. Grayscale: #BEBEBE. Windows color (decimal): -156964 or 14457597. OLE color: 14457597.

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

Color convert

RGB253154220-
CMYK00.390.130.01
HSL320º96.12%79.8%-
HSV(B)320º39.13%99.22%-
XYZ64.9849.1673.77-
YUV191.12144.3172.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 154 (60.55% from 255) = 24.56%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=40.35%
G=24.56%
B=35.09%

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
Decimal25315422000.390.130.0132096.1279.8
HexFD9ADC027D11406050
Octal375232334047151500140120
Binary11111101100110101101110001001111101110100000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9ADC; }

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

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

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

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

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

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

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

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