Html Css Color HEX #FEC8EC Classic Rose

📋 copy color: '#FEC8EC'

red 254 ◦ green 200 ◦ blue 236

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

Shades of Classic Rose #FEC8EC

Tints of Classic Rose #FEC8EC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.99%

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

R = 36.81%
G = 28.99%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEC8EC (or 0xFEC8EC) is known color: Classic Rose. HEX triplet: FE, C8 and EC. RGB value is (254,200,236). Sum of RGB (Red+Green+Blue) = 254+200+236=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8EC is #013713. Grayscale: #DCDCDC. Windows color (decimal): -79636 or 15517950. OLE color: 15517950.

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

Color convert

RGB 254 200 236 -
CMYK 0 0.21 0.07 0.00
HSL 320º 0.96% 0.89% -
HSV(B) 320º 0.21% 1% -
XYZ 76.67 68.44 88.53 -
YUV 220.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 254 200 236 0 0.21 0.07 0.00 320 0.96 0.89
Hex FE C8 EC 0 15 7 0 140 60 59
Octal 376 310 354 0 25 7 0 500 140 131
Binary 11111110 11001000 11101100 0 10101 111 0 101000000 1100000 1011001

Color Harmonies of #FEC8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8EC

Black with #FEC8EC

Text Example


Text Example

White with #FEC8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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