Html Css Color HEX #FE9CDD Lavender Rose

📋 copy color: '#FE9CDD'

red 254 ◦ green 156 ◦ blue 221

#FE9CDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FE9CDD

Tints of Lavender Rose #FE9CDD

RGB

 RED value IS 254 (99.61% from 255) = 40.25%

 GREEN value IS 156 (61.33% from 255) = 24.72%

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 40.25%
G = 24.72%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE9CDD (or 0xFE9CDD) is known color: Lavender Rose. HEX triplet: FE, 9C and DD. RGB value is (254,156,221). Sum of RGB (Red+Green+Blue) = 254+156+221=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CDD is #016322. Grayscale: #C0C0C0. Windows color (decimal): -90915 or 14523646. OLE color: 14523646.

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

Color convert

RGB 254 156 221 -
CMYK 0 0.39 0.13 0.00
HSL 320.2º 0.98% 0.8% -
HSV(B) 320.2º 0.39% 1% -
XYZ 65.81 50.07 74.6 -
YUV 192.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 254 156 221 0 0.39 0.13 0.00 320.2 0.98 0.8
Hex FE 9C DD 0 27 D 0 140 62 50
Octal 376 234 335 0 47 15 0 500 142 120
Binary 11111110 10011100 11011101 0 100111 1101 0 101000000 1100010 1010000

Color Harmonies of #FE9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CDD

Black with #FE9CDD

Text Example


Text Example

White with #FE9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CDD; }

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

 H1.HeaderClassName
 {
   color: #FE9CDD;
 }
 .AnyTagClassName
 {
   color: #FE9CDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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