Html Css Color HEX #FE9CE5 Lavender Rose

📋 copy color: '#FE9CE5'

red 254 ◦ green 156 ◦ blue 229

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

Shades of Lavender Rose #FE9CE5

Tints of Lavender Rose #FE9CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.84%

R = 39.75%
G = 24.41%
B = 35.84%

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

#FE9CE5 (or 0xFE9CE5) is known color: Lavender Rose. HEX triplet: FE, 9C and E5. RGB value is (254,156,229). Sum of RGB (Red+Green+Blue) = 254+156+229=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 156 (61.33% from 255 or 24.41% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CE5 is #01631A. Grayscale: #C1C1C1. Windows color (decimal): -90907 or 15047934. OLE color: 15047934.

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

Color convert

RGB 254 156 229 -
CMYK 0 0.39 0.10 0.00
HSL 315.31º 0.98% 0.8% -
HSV(B) 315.31º 0.39% 1% -
XYZ 66.9 50.5 80.35 -
YUV 193.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 254 156 229 0 0.39 0.10 0.00 315.31 0.98 0.8
Hex FE 9C E5 0 27 A 0 13B 62 50
Octal 376 234 345 0 47 12 0 473 142 120
Binary 11111110 10011100 11100101 0 100111 1010 0 100111011 1100010 1010000

Color Harmonies of #FE9CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CE5

Black with #FE9CE5

Text Example


Text Example

White with #FE9CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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