#FF9ADC

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

Shades of Lavender Rose #FF9ADC

Tints of Lavender Rose #FF9ADC

Color information

#FF9ADC (or 0xFF9ADC) is unknown color: approx Lavender Rose. HEX triplet: FF, 9A and DC. RGB value is (255,154,220). Sum of RGB (Red+Green+Blue) = 255+154+220=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ADC is #006523. Grayscale: #BFBFBF. Windows color (decimal): -25892 or 14457599. OLE color: 14457599.

HSL color Cylindrical-coordinate representation of color #FF9ADC: hue angle of 320.79º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9ADC is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255154220-
CMYK00.400.140
HSL320.79º100%80.2%-
HSV(B)320.79º39.61%100%-
XYZ65.7149.5473.81-
YUV191.72143.96173.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 154 (60.55% from 255) = 24.48%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=40.54%
G=24.48%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515422000.400.140320.7910080.2
HexFF9ADC028E01416450
Octal377232334050160501144120
Binary11111111100110101101110001010001110010100000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9ADC; }

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

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

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

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

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

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

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

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