Html Css Color HEX #FEC2E4 Classic Rose

📋 copy color: '#FEC2E4'

red 254 ◦ green 194 ◦ blue 228

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

Shades of Classic Rose #FEC2E4

Tints of Classic Rose #FEC2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.73%

R = 37.57%
G = 28.7%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEC2E4 (or 0xFEC2E4) is known color: Classic Rose. HEX triplet: FE, C2 and E4. RGB value is (254,194,228). Sum of RGB (Red+Green+Blue) = 254+194+228=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 194 (76.17% from 255 or 28.70% from 676); Blue value is 228 (89.45% from 255 or 33.73% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2E4 is #013D1B. Grayscale: #D7D7D7. Windows color (decimal): -81180 or 14992126. OLE color: 14992126.

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

Color convert

RGB 254 194 228 -
CMYK 0 0.24 0.10 0.00
HSL 326º 0.97% 0.88% -
HSV(B) 326º 0.24% 1% -
XYZ 74.17 65.26 82.09 -
YUV 215.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 254 194 228 0 0.24 0.10 0.00 326 0.97 0.88
Hex FE C2 E4 0 18 A 0 146 61 58
Octal 376 302 344 0 30 12 0 506 141 130
Binary 11111110 11000010 11100100 0 11000 1010 0 101000110 1100001 1011000

Color Harmonies of #FEC2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2E4

Black with #FEC2E4

Text Example


Text Example

White with #FEC2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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