Html Css Color HEX #FEC7EC Classic Rose

📋 copy color: '#FEC7EC'

red 254 ◦ green 199 ◦ blue 236

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

Shades of Classic Rose #FEC7EC

Tints of Classic Rose #FEC7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.88%

 BLUE value IS 236 (92.58% from 255) = 34.25%

R = 36.87%
G = 28.88%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEC7EC (or 0xFEC7EC) is known color: Classic Rose. HEX triplet: FE, C7 and EC. RGB value is (254,199,236). Sum of RGB (Red+Green+Blue) = 254+199+236=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 199 (78.12% from 255 or 28.88% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7EC is #013813. Grayscale: #DBDBDB. Windows color (decimal): -79892 or 15517694. OLE color: 15517694.

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

Color convert

RGB 254 199 236 -
CMYK 0 0.22 0.07 0.00
HSL 319.64º 0.96% 0.89% -
HSV(B) 319.64º 0.22% 1% -
XYZ 76.44 67.97 88.45 -
YUV 219.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 254 199 236 0 0.22 0.07 0.00 319.64 0.96 0.89
Hex FE C7 EC 0 16 7 0 140 60 59
Octal 376 307 354 0 26 7 0 500 140 131
Binary 11111110 11000111 11101100 0 10110 111 0 101000000 1100000 1011001

Color Harmonies of #FEC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7EC

Black with #FEC7EC

Text Example


Text Example

White with #FEC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7EC; }

 p { color: rgb(254,199,236); }

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

background-color css

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

 a { background-color: rgb(254,199,236); }

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

border-color css

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

 span { border-color: rgb(254,199,236); }

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