Html Css Color HEX #FEC0E8 Classic Rose

📋 copy color: '#FEC0E8'

red 254 ◦ green 192 ◦ blue 232

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

Shades of Classic Rose #FEC0E8

Tints of Classic Rose #FEC0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.22%

R = 37.46%
G = 28.32%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEC0E8 (or 0xFEC0E8) is known color: Classic Rose. HEX triplet: FE, C0 and E8. RGB value is (254,192,232). Sum of RGB (Red+Green+Blue) = 254+192+232=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0E8 is #013F17. Grayscale: #D7D7D7. Windows color (decimal): -81688 or 15253758. OLE color: 15253758.

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

Color convert

RGB 254 192 232 -
CMYK 0 0.24 0.09 0.00
HSL 321.29º 0.97% 0.87% -
HSV(B) 321.29º 0.24% 1% -
XYZ 74.29 64.6 84.9 -
YUV 215.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 254 192 232 0 0.24 0.09 0.00 321.29 0.97 0.87
Hex FE C0 E8 0 18 9 0 141 61 57
Octal 376 300 350 0 30 11 0 501 141 127
Binary 11111110 11000000 11101000 0 11000 1001 0 101000001 1100001 1010111

Color Harmonies of #FEC0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0E8

Black with #FEC0E8

Text Example


Text Example

White with #FEC0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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