Html Css Color HEX #FEC2E5 Classic Rose

📋 copy color: '#FEC2E5'

red 254 ◦ green 194 ◦ blue 229

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

Shades of Classic Rose #FEC2E5

Tints of Classic Rose #FEC2E5

RGB

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

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

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

R = 37.52%
G = 28.66%
B = 33.83%

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

#FEC2E5 (or 0xFEC2E5) is known color: Classic Rose. HEX triplet: FE, C2 and E5. RGB value is (254,194,229). Sum of RGB (Red+Green+Blue) = 254+194+229=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2E5 is #013D1A. Grayscale: #D7D7D7. Windows color (decimal): -81179 or 15057662. OLE color: 15057662.

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

Color convert

RGB 254 194 229 -
CMYK 0 0.24 0.10 0.00
HSL 325º 0.97% 0.88% -
HSV(B) 325º 0.24% 1% -
XYZ 74.31 65.31 82.82 -
YUV 215.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 254 194 229 0 0.24 0.10 0.00 325 0.97 0.88
Hex FE C2 E5 0 18 A 0 145 61 58
Octal 376 302 345 0 30 12 0 505 141 130
Binary 11111110 11000010 11100101 0 11000 1010 0 101000101 1100001 1011000

Color Harmonies of #FEC2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2E5

Black with #FEC2E5

Text Example


Text Example

White with #FEC2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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