Html Css Color HEX #FEC4E8 Classic Rose

📋 copy color: '#FEC4E8'

red 254 ◦ green 196 ◦ blue 232

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

Shades of Classic Rose #FEC4E8

Tints of Classic Rose #FEC4E8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.74%

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

R = 37.24%
G = 28.74%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEC4E8 (or 0xFEC4E8) is known color: Classic Rose. HEX triplet: FE, C4 and E8. RGB value is (254,196,232). Sum of RGB (Red+Green+Blue) = 254+196+232=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 196 (76.95% from 255 or 28.74% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4E8 is #013B17. Grayscale: #D9D9D9. Windows color (decimal): -80664 or 15254782. OLE color: 15254782.

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

Color convert

RGB 254 196 232 -
CMYK 0 0.23 0.09 0.00
HSL 322.76º 0.97% 0.88% -
HSV(B) 322.76º 0.23% 1% -
XYZ 75.18 66.38 85.19 -
YUV 217.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 254 196 232 0 0.23 0.09 0.00 322.76 0.97 0.88
Hex FE C4 E8 0 17 9 0 143 61 58
Octal 376 304 350 0 27 11 0 503 141 130
Binary 11111110 11000100 11101000 0 10111 1001 0 101000011 1100001 1011000

Color Harmonies of #FEC4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4E8

Black with #FEC4E8

Text Example


Text Example

White with #FEC4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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