Html Css Color HEX #FECEE9 Classic Rose

📋 copy color: '#FECEE9'

red 254 ◦ green 206 ◦ blue 233

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

Shades of Classic Rose #FECEE9

Tints of Classic Rose #FECEE9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.73%

 BLUE value IS 233 (91.41% from 255) = 33.62%

R = 36.65%
G = 29.73%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FECEE9 (or 0xFECEE9) is known color: Classic Rose. HEX triplet: FE, CE and E9. RGB value is (254,206,233). Sum of RGB (Red+Green+Blue) = 254+206+233=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEE9 is #013116. Grayscale: #DFDFDF. Windows color (decimal): -78103 or 15322878. OLE color: 15322878.

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

Color convert

RGB 254 206 233 -
CMYK 0 0.19 0.08 0.00
HSL 326.25º 0.96% 0.9% -
HSV(B) 326.25º 0.19% 1% -
XYZ 77.65 71.1 86.72 -
YUV 223.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 254 206 233 0 0.19 0.08 0.00 326.25 0.96 0.9
Hex FE CE E9 0 13 8 0 146 60 5A
Octal 376 316 351 0 23 10 0 506 140 132
Binary 11111110 11001110 11101001 0 10011 1000 0 101000110 1100000 1011010

Color Harmonies of #FECEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEE9

Black with #FECEE9

Text Example


Text Example

White with #FECEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEE9; }

 p { color: rgb(254,206,233); }

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

background-color css

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

 a { background-color: rgb(254,206,233); }

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

border-color css

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

 span { border-color: rgb(254,206,233); }

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