Html Css Color HEX #FE9CE9 Lavender Rose

📋 copy color: '#FE9CE9'

red 254 ◦ green 156 ◦ blue 233

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

Shades of Lavender Rose #FE9CE9

Tints of Lavender Rose #FE9CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.24%

R = 39.5%
G = 24.26%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE9CE9 (or 0xFE9CE9) is known color: Lavender Rose. HEX triplet: FE, 9C and E9. RGB value is (254,156,233). Sum of RGB (Red+Green+Blue) = 254+156+233=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 156 (61.33% from 255 or 24.26% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CE9 is #016316. Grayscale: #C1C1C1. Windows color (decimal): -90903 or 15310078. OLE color: 15310078.

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

Color convert

RGB 254 156 233 -
CMYK 0 0.39 0.08 0.00
HSL 312.86º 0.98% 0.8% -
HSV(B) 312.86º 0.39% 1% -
XYZ 67.47 50.73 83.33 -
YUV 194.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 254 156 233 0 0.39 0.08 0.00 312.86 0.98 0.8
Hex FE 9C E9 0 27 8 0 139 62 50
Octal 376 234 351 0 47 10 0 471 142 120
Binary 11111110 10011100 11101001 0 100111 1000 0 100111001 1100010 1010000

Color Harmonies of #FE9CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CE9

Black with #FE9CE9

Text Example


Text Example

White with #FE9CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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