Html Css Color HEX #FECAE4 Classic Rose

📋 copy color: '#FECAE4'

red 254 ◦ green 202 ◦ blue 228

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

Shades of Classic Rose #FECAE4

Tints of Classic Rose #FECAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.33%

R = 37.13%
G = 29.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FECAE4 (or 0xFECAE4) is known color: Classic Rose. HEX triplet: FE, CA and E4. RGB value is (254,202,228). Sum of RGB (Red+Green+Blue) = 254+202+228=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAE4 is #01351B. Grayscale: #DCDCDC. Windows color (decimal): -79132 or 14994174. OLE color: 14994174.

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

Color convert

RGB 254 202 228 -
CMYK 0 0.20 0.10 0.00
HSL 330º 0.96% 0.89% -
HSV(B) 330º 0.2% 1% -
XYZ 76 68.91 82.69 -
YUV 220.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 254 202 228 0 0.20 0.10 0.00 330 0.96 0.89
Hex FE CA E4 0 14 A 0 14A 60 59
Octal 376 312 344 0 24 12 0 512 140 131
Binary 11111110 11001010 11100100 0 10100 1010 0 101001010 1100000 1011001

Color Harmonies of #FECAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAE4

Black with #FECAE4

Text Example


Text Example

White with #FECAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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