#FF9CDA

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

Shades of Lavender Rose #FF9CDA

Tints of Lavender Rose #FF9CDA

Color information

#FF9CDA (or 0xFF9CDA) is unknown color: approx Lavender Rose. HEX triplet: FF, 9C and DA. RGB value is (255,156,218). Sum of RGB (Red+Green+Blue) = 255+156+218=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CDA is #006325. Grayscale: #C0C0C0. Windows color (decimal): -25382 or 14327039. OLE color: 14327039.

HSL color Cylindrical-coordinate representation of color #FF9CDA: hue angle of 322.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CDA is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255156218-
CMYK00.390.150
HSL322.42º100%80.59%-
HSV(B)322.42º38.82%100%-
XYZ65.7850.172.53-
YUV192.67142.3172.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 156 (61.33% from 255) = 24.80%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=40.54%
G=24.80%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515621800.390.150322.4210080.59
HexFF9CDA027F01426451
Octal377234332047170502144121
Binary11111111100111001101101001001111111010100001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CDA; }

 p { color: rgb(255,156,218); }

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

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

 a { background-color: rgb(255,156,218); }

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

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

 span { border-color: rgb(255,156,218); }

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