Html Css Color HEX #FECAE9 Classic Rose

📋 copy color: '#FECAE9'

red 254 ◦ green 202 ◦ blue 233

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

Shades of Classic Rose #FECAE9

Tints of Classic Rose #FECAE9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.32%

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

R = 36.87%
G = 29.32%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FECAE9 (or 0xFECAE9) is known color: Classic Rose. HEX triplet: FE, CA and E9. RGB value is (254,202,233). Sum of RGB (Red+Green+Blue) = 254+202+233=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAE9 is #013516. Grayscale: #DDDDDD. Windows color (decimal): -79127 or 15321854. OLE color: 15321854.

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

Color convert

RGB 254 202 233 -
CMYK 0 0.20 0.08 0.00
HSL 324.23º 0.96% 0.89% -
HSV(B) 324.23º 0.2% 1% -
XYZ 76.7 69.2 86.4 -
YUV 221.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 254 202 233 0 0.20 0.08 0.00 324.23 0.96 0.89
Hex FE CA E9 0 14 8 0 144 60 59
Octal 376 312 351 0 24 10 0 504 140 131
Binary 11111110 11001010 11101001 0 10100 1000 0 101000100 1100000 1011001

Color Harmonies of #FECAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAE9

Black with #FECAE9

Text Example


Text Example

White with #FECAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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