Html Css Color HEX #FEC5E5 Classic Rose

📋 copy color: '#FEC5E5'

red 254 ◦ green 197 ◦ blue 229

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

Shades of Classic Rose #FEC5E5

Tints of Classic Rose #FEC5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.68%

R = 37.35%
G = 28.97%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEC5E5 (or 0xFEC5E5) is known color: Classic Rose. HEX triplet: FE, C5 and E5. RGB value is (254,197,229). Sum of RGB (Red+Green+Blue) = 254+197+229=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5E5 is #013A1A. Grayscale: #D9D9D9. Windows color (decimal): -80411 or 15058430. OLE color: 15058430.

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

Color convert

RGB 254 197 229 -
CMYK 0 0.22 0.10 0.00
HSL 326.32º 0.97% 0.88% -
HSV(B) 326.32º 0.22% 1% -
XYZ 74.98 66.66 83.04 -
YUV 217.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 254 197 229 0 0.22 0.10 0.00 326.32 0.97 0.88
Hex FE C5 E5 0 16 A 0 146 61 58
Octal 376 305 345 0 26 12 0 506 141 130
Binary 11111110 11000101 11100101 0 10110 1010 0 101000110 1100001 1011000

Color Harmonies of #FEC5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5E5

Black with #FEC5E5

Text Example


Text Example

White with #FEC5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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