Html Css Color HEX #FECA9E Romantic

📋 copy color: '#FECA9E'

red 254 ◦ green 202 ◦ blue 158

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

Shades of Romantic #FECA9E

Tints of Romantic #FECA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.73%

R = 41.37%
G = 32.9%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FECA9E (or 0xFECA9E) is known color: Romantic. HEX triplet: FE, CA and 9E. RGB value is (254,202,158). Sum of RGB (Red+Green+Blue) = 254+202+158=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA9E is #013561. Grayscale: #D4D4D4. Windows color (decimal): -79202 or 10406654. OLE color: 10406654.

HSL color Cylindrical-coordinate representation of color #FECA9E: hue angle of 27.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FECA9E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 158 -
CMYK 0 0.20 0.38 0.00
HSL 27.5º 0.98% 0.81% -
HSV(B) 27.5º 0.38% 1% -
XYZ 68.17 65.78 41.45 -
YUV 212.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 254 202 158 0 0.20 0.38 0.00 27.5 0.98 0.81
Hex FE CA 9E 0 14 26 0 1C 62 51
Octal 376 312 236 0 24 46 0 34 142 121
Binary 11111110 11001010 10011110 0 10100 100110 0 11100 1100010 1010001

Color Harmonies of #FECA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA9E

Black with #FECA9E

Text Example


Text Example

White with #FECA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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