Html Css Color HEX #FE9CE7 Lavender Rose

📋 copy color: '#FE9CE7'

red 254 ◦ green 156 ◦ blue 231

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

Shades of Lavender Rose #FE9CE7

Tints of Lavender Rose #FE9CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.04%

R = 39.63%
G = 24.34%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE9CE7 (or 0xFE9CE7) is known color: Lavender Rose. HEX triplet: FE, 9C and E7. RGB value is (254,156,231). Sum of RGB (Red+Green+Blue) = 254+156+231=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 156 (61.33% from 255 or 24.34% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CE7 is #016318. Grayscale: #C1C1C1. Windows color (decimal): -90905 or 15179006. OLE color: 15179006.

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

Color convert

RGB 254 156 231 -
CMYK 0 0.39 0.09 0.00
HSL 314.08º 0.98% 0.8% -
HSV(B) 314.08º 0.39% 1% -
XYZ 67.19 50.62 81.83 -
YUV 193.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 254 156 231 0 0.39 0.09 0.00 314.08 0.98 0.8
Hex FE 9C E7 0 27 9 0 13A 62 50
Octal 376 234 347 0 47 11 0 472 142 120
Binary 11111110 10011100 11100111 0 100111 1001 0 100111010 1100010 1010000

Color Harmonies of #FE9CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CE7

Black with #FE9CE7

Text Example


Text Example

White with #FE9CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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