Html Css Color HEX #FEC8E0 Classic Rose

📋 copy color: '#FEC8E0'

red 254 ◦ green 200 ◦ blue 224

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

Shades of Classic Rose #FEC8E0

Tints of Classic Rose #FEC8E0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.5%

 BLUE value IS 224 (87.89% from 255) = 33.04%

R = 37.46%
G = 29.5%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEC8E0 (or 0xFEC8E0) is known color: Classic Rose. HEX triplet: FE, C8 and E0. RGB value is (254,200,224). Sum of RGB (Red+Green+Blue) = 254+200+224=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8E0 is #01371F. Grayscale: #DADADA. Windows color (decimal): -79648 or 14731518. OLE color: 14731518.

HSL color Cylindrical-coordinate representation of color #FEC8E0: hue angle of 333.33º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8E0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 200 224 -
CMYK 0 0.21 0.12 0.00
HSL 333.33º 0.96% 0.89% -
HSV(B) 333.33º 0.21% 1% -
XYZ 74.98 67.76 79.65 -
YUV 218.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 254 200 224 0 0.21 0.12 0.00 333.33 0.96 0.89
Hex FE C8 E0 0 15 C 0 14D 60 59
Octal 376 310 340 0 25 14 0 515 140 131
Binary 11111110 11001000 11100000 0 10101 1100 0 101001101 1100000 1011001

Color Harmonies of #FEC8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8E0

Black with #FEC8E0

Text Example


Text Example

White with #FEC8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8E0; }

 p { color: rgb(254,200,224); }

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

background-color css

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

 a { background-color: rgb(254,200,224); }

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

border-color css

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

 span { border-color: rgb(254,200,224); }

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