Html Css Color HEX #FEC0E9 Classic Rose

📋 copy color: '#FEC0E9'

red 254 ◦ green 192 ◦ blue 233

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

Shades of Classic Rose #FEC0E9

Tints of Classic Rose #FEC0E9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.28%

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

R = 37.41%
G = 28.28%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEC0E9 (or 0xFEC0E9) is known color: Classic Rose. HEX triplet: FE, C0 and E9. RGB value is (254,192,233). Sum of RGB (Red+Green+Blue) = 254+192+233=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0E9 is #013F16. Grayscale: #D7D7D7. Windows color (decimal): -81687 or 15319294. OLE color: 15319294.

HSL color Cylindrical-coordinate representation of color #FEC0E9: hue angle of 320.32º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0E9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 192 233 -
CMYK 0 0.24 0.08 0.00
HSL 320.32º 0.97% 0.87% -
HSV(B) 320.32º 0.24% 1% -
XYZ 74.43 64.65 85.65 -
YUV 215.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 254 192 233 0 0.24 0.08 0.00 320.32 0.97 0.87
Hex FE C0 E9 0 18 8 0 140 61 57
Octal 376 300 351 0 30 10 0 500 141 127
Binary 11111110 11000000 11101001 0 11000 1000 0 101000000 1100001 1010111

Color Harmonies of #FEC0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0E9

Black with #FEC0E9

Text Example


Text Example

White with #FEC0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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