Html Css Color HEX #FEC8E7 Classic Rose

📋 copy color: '#FEC8E7'

red 254 ◦ green 200 ◦ blue 231

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

Shades of Classic Rose #FEC8E7

Tints of Classic Rose #FEC8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.72%

R = 37.08%
G = 29.2%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEC8E7 (or 0xFEC8E7) is known color: Classic Rose. HEX triplet: FE, C8 and E7. RGB value is (254,200,231). Sum of RGB (Red+Green+Blue) = 254+200+231=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8E7 is #013718. Grayscale: #DBDBDB. Windows color (decimal): -79641 or 15190270. OLE color: 15190270.

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

Color convert

RGB 254 200 231 -
CMYK 0 0.21 0.09 0.00
HSL 325.56º 0.96% 0.89% -
HSV(B) 325.56º 0.21% 1% -
XYZ 75.95 68.15 84.75 -
YUV 219.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 254 200 231 0 0.21 0.09 0.00 325.56 0.96 0.89
Hex FE C8 E7 0 15 9 0 146 60 59
Octal 376 310 347 0 25 11 0 506 140 131
Binary 11111110 11001000 11100111 0 10101 1001 0 101000110 1100000 1011001

Color Harmonies of #FEC8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8E7

Black with #FEC8E7

Text Example


Text Example

White with #FEC8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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