Html Css Color HEX #FECAB1 Apricot

📋 copy color: '#FECAB1'

red 254 ◦ green 202 ◦ blue 177

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

Shades of Apricot #FECAB1

Tints of Apricot #FECAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.96%

R = 40.13%
G = 31.91%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FECAB1 (or 0xFECAB1) is known color: Apricot. HEX triplet: FE, CA and B1. RGB value is (254,202,177). Sum of RGB (Red+Green+Blue) = 254+202+177=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAB1 is #01354E. Grayscale: #D6D6D6. Windows color (decimal): -79183 or 11651838. OLE color: 11651838.

HSL color Cylindrical-coordinate representation of color #FECAB1: hue angle of 19.48º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FECAB1 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 177 -
CMYK 0 0.20 0.30 0.00
HSL 19.48º 0.97% 0.85% -
HSV(B) 19.48º 0.3% 1% -
XYZ 69.93 66.49 50.74 -
YUV 214.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 254 202 177 0 0.20 0.30 0.00 19.48 0.97 0.85
Hex FE CA B1 0 14 1E 0 13 61 55
Octal 376 312 261 0 24 36 0 23 141 125
Binary 11111110 11001010 10110001 0 10100 11110 0 10011 1100001 1010101

Color Harmonies of #FECAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAB1

Black with #FECAB1

Text Example


Text Example

White with #FECAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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