Html Css Color HEX #FED2AF Apricot

📋 copy color: '#FED2AF'

red 254 ◦ green 210 ◦ blue 175

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

Shades of Apricot #FED2AF

Tints of Apricot #FED2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.86%

 BLUE value IS 175 (68.75% from 255) = 27.39%

R = 39.75%
G = 32.86%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FED2AF (or 0xFED2AF) is known color: Apricot. HEX triplet: FE, D2 and AF. RGB value is (254,210,175). Sum of RGB (Red+Green+Blue) = 254+210+175=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2AF is #012D50. Grayscale: #DBDBDB. Windows color (decimal): -77137 or 11522814. OLE color: 11522814.

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

Color convert

RGB 254 210 175 -
CMYK 0 0.17 0.31 0.00
HSL 26.58º 0.98% 0.84% -
HSV(B) 26.58º 0.31% 1% -
XYZ 71.66 70.26 50.34 -
YUV 219.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 254 210 175 0 0.17 0.31 0.00 26.58 0.98 0.84
Hex FE D2 AF 0 11 1F 0 1B 62 54
Octal 376 322 257 0 21 37 0 33 142 124
Binary 11111110 11010010 10101111 0 10001 11111 0 11011 1100010 1010100

Color Harmonies of #FED2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2AF

Black with #FED2AF

Text Example


Text Example

White with #FED2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2AF; }

 p { color: rgb(254,210,175); }

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

background-color css

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

 a { background-color: rgb(254,210,175); }

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

border-color css

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

 span { border-color: rgb(254,210,175); }

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