#FED3B3

Color #FED3B3 Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #FED3B3

Tints of Apricot #FED3B3

Color information

#FED3B3 (or 0xFED3B3) is unknown color: approx Apricot. HEX triplet: FE, D3 and B3. RGB value is (254,211,179). Sum of RGB (Red+Green+Blue) = 254+211+179=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 179 (70.31% from 255 or 27.80% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3B3 is #012C4C. Grayscale: #DCDCDC. Windows color (decimal): -76877 or 11785214. OLE color: 11785214.

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

Color convert

RGB254211179-
CMYK00.170.300.00
HSL25.6º97.4%84.9%-
HSV(B)25.6º29.53%99.61%-
XYZ72.370.9152.52-
YUV220.21104.75152.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 211 (82.81% from 255) = 32.76%
BLUE value IS 179 (70.31% from 255) = 27.80%
R=39.44%
G=32.76%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421117900.170.300.0025.697.484.9
HexFED3B30111E01a6155
Octal37632326302136032141125
Binary1111111011010011101100110100011111001101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3B3; }

 p { color: rgb(254,211,179); }

 H1.HeaderClassName
 {
   color: #FED3B3;
 }
 .AnyTagClassName
 {
   color: #FED3B3;
 }
</style>
background-color css

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

 a { background-color: rgb(254,211,179); }

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

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

 span { border-color: rgb(254,211,179); }

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