Html Css Color HEX #FECAEB Classic Rose

📋 copy color: '#FECAEB'

red 254 ◦ green 202 ◦ blue 235

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

Shades of Classic Rose #FECAEB

Tints of Classic Rose #FECAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.01%

R = 36.76%
G = 29.23%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FECAEB (or 0xFECAEB) is known color: Classic Rose. HEX triplet: FE, CA and EB. RGB value is (254,202,235). Sum of RGB (Red+Green+Blue) = 254+202+235=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAEB is #013514. Grayscale: #DDDDDD. Windows color (decimal): -79125 or 15452926. OLE color: 15452926.

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

Color convert

RGB 254 202 235 -
CMYK 0 0.20 0.07 0.00
HSL 321.92º 0.96% 0.89% -
HSV(B) 321.92º 0.2% 1% -
XYZ 76.99 69.31 87.92 -
YUV 221.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 254 202 235 0 0.20 0.07 0.00 321.92 0.96 0.89
Hex FE CA EB 0 14 7 0 142 60 59
Octal 376 312 353 0 24 7 0 502 140 131
Binary 11111110 11001010 11101011 0 10100 111 0 101000010 1100000 1011001

Color Harmonies of #FECAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAEB

Black with #FECAEB

Text Example


Text Example

White with #FECAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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