Html Css Color HEX #FEC5E9 Classic Rose

📋 copy color: '#FEC5E9'

red 254 ◦ green 197 ◦ blue 233

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

Shades of Classic Rose #FEC5E9

Tints of Classic Rose #FEC5E9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.8%

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

R = 37.13%
G = 28.8%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEC5E9 (or 0xFEC5E9) is known color: Classic Rose. HEX triplet: FE, C5 and E9. RGB value is (254,197,233). Sum of RGB (Red+Green+Blue) = 254+197+233=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 197 (77.34% from 255 or 28.80% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5E9 is #013A16. Grayscale: #DADADA. Windows color (decimal): -80407 or 15320574. OLE color: 15320574.

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

Color convert

RGB 254 197 233 -
CMYK 0 0.22 0.08 0.00
HSL 322.11º 0.97% 0.88% -
HSV(B) 322.11º 0.22% 1% -
XYZ 75.55 66.89 86.02 -
YUV 218.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 254 197 233 0 0.22 0.08 0.00 322.11 0.97 0.88
Hex FE C5 E9 0 16 8 0 142 61 58
Octal 376 305 351 0 26 10 0 502 141 130
Binary 11111110 11000101 11101001 0 10110 1000 0 101000010 1100001 1011000

Color Harmonies of #FEC5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5E9

Black with #FEC5E9

Text Example


Text Example

White with #FEC5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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