Html Css Color HEX #FECAB5 Apricot

📋 copy color: '#FECAB5'

red 254 ◦ green 202 ◦ blue 181

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

Shades of Apricot #FECAB5

Tints of Apricot #FECAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.41%

R = 39.87%
G = 31.71%
B = 28.41%

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

#FECAB5 (or 0xFECAB5) is known color: Apricot. HEX triplet: FE, CA and B5. RGB value is (254,202,181). Sum of RGB (Red+Green+Blue) = 254+202+181=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAB5 is #01354A. Grayscale: #D7D7D7. Windows color (decimal): -79179 or 11913982. OLE color: 11913982.

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

Color convert

RGB 254 202 181 -
CMYK 0 0.20 0.29 0.00
HSL 17.26º 0.97% 0.85% -
HSV(B) 17.26º 0.29% 1% -
XYZ 70.33 66.65 52.87 -
YUV 215.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 254 202 181 0 0.20 0.29 0.00 17.26 0.97 0.85
Hex FE CA B5 0 14 1D 0 11 61 55
Octal 376 312 265 0 24 35 0 21 141 125
Binary 11111110 11001010 10110101 0 10100 11101 0 10001 1100001 1010101

Color Harmonies of #FECAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAB5

Black with #FECAB5

Text Example


Text Example

White with #FECAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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