Html Css Color HEX #FE9CEC Lavender Rose

📋 copy color: '#FE9CEC'

red 254 ◦ green 156 ◦ blue 236

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

Shades of Lavender Rose #FE9CEC

Tints of Lavender Rose #FE9CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.53%

R = 39.32%
G = 24.15%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE9CEC (or 0xFE9CEC) is known color: Lavender Rose. HEX triplet: FE, 9C and EC. RGB value is (254,156,236). Sum of RGB (Red+Green+Blue) = 254+156+236=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 156 (61.33% from 255 or 24.15% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CEC is #016313. Grayscale: #C2C2C2. Windows color (decimal): -90900 or 15506686. OLE color: 15506686.

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

Color convert

RGB 254 156 236 -
CMYK 0 0.39 0.07 0.00
HSL 311.02º 0.98% 0.8% -
HSV(B) 311.02º 0.39% 1% -
XYZ 67.9 50.9 85.6 -
YUV 194.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 254 156 236 0 0.39 0.07 0.00 311.02 0.98 0.8
Hex FE 9C EC 0 27 7 0 137 62 50
Octal 376 234 354 0 47 7 0 467 142 120
Binary 11111110 10011100 11101100 0 100111 111 0 100110111 1100010 1010000

Color Harmonies of #FE9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CEC

Black with #FE9CEC

Text Example


Text Example

White with #FE9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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