Html Css Color HEX #FE9CE0 Lavender Rose

📋 copy color: '#FE9CE0'

red 254 ◦ green 156 ◦ blue 224

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

Shades of Lavender Rose #FE9CE0

Tints of Lavender Rose #FE9CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 40.06%
G = 24.61%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE9CE0 (or 0xFE9CE0) is known color: Lavender Rose. HEX triplet: FE, 9C and E0. RGB value is (254,156,224). Sum of RGB (Red+Green+Blue) = 254+156+224=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CE0 is #01631F. Grayscale: #C0C0C0. Windows color (decimal): -90912 or 14720254. OLE color: 14720254.

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

Color convert

RGB 254 156 224 -
CMYK 0 0.39 0.12 0.00
HSL 318.37º 0.98% 0.8% -
HSV(B) 318.37º 0.39% 1% -
XYZ 66.22 50.23 76.73 -
YUV 193.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 254 156 224 0 0.39 0.12 0.00 318.37 0.98 0.8
Hex FE 9C E0 0 27 C 0 13E 62 50
Octal 376 234 340 0 47 14 0 476 142 120
Binary 11111110 10011100 11100000 0 100111 1100 0 100111110 1100010 1010000

Color Harmonies of #FE9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CE0

Black with #FE9CE0

Text Example


Text Example

White with #FE9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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