Html Css Color HEX #FEC2E0 Classic Rose

📋 copy color: '#FEC2E0'

red 254 ◦ green 194 ◦ blue 224

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

Shades of Classic Rose #FEC2E0

Tints of Classic Rose #FEC2E0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.87%

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

R = 37.8%
G = 28.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEC2E0 (or 0xFEC2E0) is known color: Classic Rose. HEX triplet: FE, C2 and E0. RGB value is (254,194,224). Sum of RGB (Red+Green+Blue) = 254+194+224=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 194 (76.17% from 255 or 28.87% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2E0 is #013D1F. Grayscale: #D7D7D7. Windows color (decimal): -81184 or 14729982. OLE color: 14729982.

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

Color convert

RGB 254 194 224 -
CMYK 0 0.24 0.12 0.00
HSL 330º 0.97% 0.88% -
HSV(B) 330º 0.24% 1% -
XYZ 73.62 65.04 79.19 -
YUV 215.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 254 194 224 0 0.24 0.12 0.00 330 0.97 0.88
Hex FE C2 E0 0 18 C 0 14A 61 58
Octal 376 302 340 0 30 14 0 512 141 130
Binary 11111110 11000010 11100000 0 11000 1100 0 101001010 1100001 1011000

Color Harmonies of #FEC2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2E0

Black with #FEC2E0

Text Example


Text Example

White with #FEC2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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