#FE9CDA

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

Shades of Lavender Rose #FE9CDA

Tints of Lavender Rose #FE9CDA

Color information

#FE9CDA (or 0xFE9CDA) is unknown color: approx Lavender Rose. HEX triplet: FE, 9C and DA. RGB value is (254,156,218). Sum of RGB (Red+Green+Blue) = 254+156+218=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CDA is #016325. Grayscale: #C0C0C0. Windows color (decimal): -90918 or 14327038. OLE color: 14327038.

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

Color convert

RGB254156218-
CMYK00.390.140.00
HSL322.04º98%80.39%-
HSV(B)322.04º38.58%99.61%-
XYZ65.4249.9172.52-
YUV192.37142.47171.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 156 (61.33% from 255) = 24.84%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=40.45%
G=24.84%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415621800.390.140.00322.049880.39
HexFE9CDA027E01426250
Octal376234332047160502142120
Binary11111110100111001101101001001111110010100001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CDA; }

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

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

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

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

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

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

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

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