Html Css Color HEX #FECAB4 Apricot

📋 copy color: '#FECAB4'

red 254 ◦ green 202 ◦ blue 180

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

Shades of Apricot #FECAB4

Tints of Apricot #FECAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.3%

R = 39.94%
G = 31.76%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FECAB4 (or 0xFECAB4) is known color: Apricot. HEX triplet: FE, CA and B4. RGB value is (254,202,180). Sum of RGB (Red+Green+Blue) = 254+202+180=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAB4 is #01354B. Grayscale: #D7D7D7. Windows color (decimal): -79180 or 11848446. OLE color: 11848446.

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

Color convert

RGB 254 202 180 -
CMYK 0 0.20 0.29 0.00
HSL 17.84º 0.97% 0.85% -
HSV(B) 17.84º 0.29% 1% -
XYZ 70.23 66.61 52.33 -
YUV 215.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 254 202 180 0 0.20 0.29 0.00 17.84 0.97 0.85
Hex FE CA B4 0 14 1D 0 12 61 55
Octal 376 312 264 0 24 35 0 22 141 125
Binary 11111110 11001010 10110100 0 10100 11101 0 10010 1100001 1010101

Color Harmonies of #FECAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAB4

Black with #FECAB4

Text Example


Text Example

White with #FECAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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