Html Css Color HEX #FE9CE3 Lavender Rose

📋 copy color: '#FE9CE3'

red 254 ◦ green 156 ◦ blue 227

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

Shades of Lavender Rose #FE9CE3

Tints of Lavender Rose #FE9CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.64%

R = 39.87%
G = 24.49%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE9CE3 (or 0xFE9CE3) is known color: Lavender Rose. HEX triplet: FE, 9C and E3. RGB value is (254,156,227). Sum of RGB (Red+Green+Blue) = 254+156+227=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 156 (61.33% from 255 or 24.49% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CE3 is #01631C. Grayscale: #C1C1C1. Windows color (decimal): -90909 or 14916862. OLE color: 14916862.

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

Color convert

RGB 254 156 227 -
CMYK 0 0.39 0.11 0.00
HSL 316.53º 0.98% 0.8% -
HSV(B) 316.53º 0.39% 1% -
XYZ 66.63 50.39 78.89 -
YUV 193.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 254 156 227 0 0.39 0.11 0.00 316.53 0.98 0.8
Hex FE 9C E3 0 27 B 0 13D 62 50
Octal 376 234 343 0 47 13 0 475 142 120
Binary 11111110 10011100 11100011 0 100111 1011 0 100111101 1100010 1010000

Color Harmonies of #FE9CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CE3

Black with #FE9CE3

Text Example


Text Example

White with #FE9CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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