Html Css Color HEX #FECAEF Classic Rose

📋 copy color: '#FECAEF'

red 254 ◦ green 202 ◦ blue 239

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

Shades of Classic Rose #FECAEF

Tints of Classic Rose #FECAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.39%

R = 36.55%
G = 29.06%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FECAEF (or 0xFECAEF) is known color: Classic Rose. HEX triplet: FE, CA and EF. RGB value is (254,202,239). Sum of RGB (Red+Green+Blue) = 254+202+239=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAEF is #013510. Grayscale: #DDDDDD. Windows color (decimal): -79121 or 15715070. OLE color: 15715070.

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

Color convert

RGB 254 202 239 -
CMYK 0 0.20 0.06 0.00
HSL 317.31º 0.96% 0.89% -
HSV(B) 317.31º 0.2% 1% -
XYZ 77.57 69.54 91 -
YUV 221.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 254 202 239 0 0.20 0.06 0.00 317.31 0.96 0.89
Hex FE CA EF 0 14 6 0 13D 60 59
Octal 376 312 357 0 24 6 0 475 140 131
Binary 11111110 11001010 11101111 0 10100 110 0 100111101 1100000 1011001

Color Harmonies of #FECAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAEF

Black with #FECAEF

Text Example


Text Example

White with #FECAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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