Html Css Color HEX #FEC1E5 Classic Rose

📋 copy color: '#FEC1E5'

red 254 ◦ green 193 ◦ blue 229

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

Shades of Classic Rose #FEC1E5

Tints of Classic Rose #FEC1E5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.55%

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

R = 37.57%
G = 28.55%
B = 33.88%

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

#FEC1E5 (or 0xFEC1E5) is known color: Classic Rose. HEX triplet: FE, C1 and E5. RGB value is (254,193,229). Sum of RGB (Red+Green+Blue) = 254+193+229=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 193 (75.78% from 255 or 28.55% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1E5 is #013E1A. Grayscale: #D7D7D7. Windows color (decimal): -81435 or 15057406. OLE color: 15057406.

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

Color convert

RGB 254 193 229 -
CMYK 0 0.24 0.10 0.00
HSL 324.59º 0.97% 0.88% -
HSV(B) 324.59º 0.24% 1% -
XYZ 74.09 64.87 82.74 -
YUV 215.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 254 193 229 0 0.24 0.10 0.00 324.59 0.97 0.88
Hex FE C1 E5 0 18 A 0 145 61 58
Octal 376 301 345 0 30 12 0 505 141 130
Binary 11111110 11000001 11100101 0 11000 1010 0 101000101 1100001 1011000

Color Harmonies of #FEC1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1E5

Black with #FEC1E5

Text Example


Text Example

White with #FEC1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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