Html Css Color HEX #FE9CE4 Lavender Rose

📋 copy color: '#FE9CE4'

red 254 ◦ green 156 ◦ blue 228

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

Shades of Lavender Rose #FE9CE4

Tints of Lavender Rose #FE9CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.74%

R = 39.81%
G = 24.45%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE9CE4 (or 0xFE9CE4) is known color: Lavender Rose. HEX triplet: FE, 9C and E4. RGB value is (254,156,228). Sum of RGB (Red+Green+Blue) = 254+156+228=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 156 (61.33% from 255 or 24.45% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CE4 is #01631B. Grayscale: #C1C1C1. Windows color (decimal): -90908 or 14982398. OLE color: 14982398.

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

Color convert

RGB 254 156 228 -
CMYK 0 0.39 0.10 0.00
HSL 315.92º 0.98% 0.8% -
HSV(B) 315.92º 0.39% 1% -
XYZ 66.77 50.45 79.62 -
YUV 193.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 254 156 228 0 0.39 0.10 0.00 315.92 0.98 0.8
Hex FE 9C E4 0 27 A 0 13C 62 50
Octal 376 234 344 0 47 12 0 474 142 120
Binary 11111110 10011100 11100100 0 100111 1010 0 100111100 1100010 1010000

Color Harmonies of #FE9CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CE4

Black with #FE9CE4

Text Example


Text Example

White with #FE9CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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