Html Css Color HEX #F8D2AE Apricot

📋 copy color: '#F8D2AE'

red 248 ◦ green 210 ◦ blue 174

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

Shades of Apricot #F8D2AE

Tints of Apricot #F8D2AE

RGB

 RED value IS 248 (97.27% from 255) = 39.24%

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

 BLUE value IS 174 (68.36% from 255) = 27.53%

R = 39.24%
G = 33.23%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8D2AE (or 0xF8D2AE) is known color: Apricot. HEX triplet: F8, D2 and AE. RGB value is (248,210,174). Sum of RGB (Red+Green+Blue) = 248+210+174=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D2AE is #072D51. Grayscale: #D9D9D9. Windows color (decimal): -470354 or 11457272. OLE color: 11457272.

HSL color Cylindrical-coordinate representation of color #F8D2AE: hue angle of 29.19º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8D2AE is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 210 174 -
CMYK 0 0.15 0.30 0.03
HSL 29.19º 0.84% 0.83% -
HSV(B) 29.19º 0.3% 0.97% -
XYZ 69.4 69.11 49.73 -
YUV 217.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 248 210 174 0 0.15 0.30 0.03 29.19 0.84 0.83
Hex F8 D2 AE 0 F 1E 3 1D 54 53
Octal 370 322 256 0 17 36 3 35 124 123
Binary 11111000 11010010 10101110 0 1111 11110 11 11101 1010100 1010011

Color Harmonies of #F8D2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D2AE

Black with #F8D2AE

Text Example


Text Example

White with #F8D2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D2AE; }

 p { color: rgb(248,210,174); }

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

background-color css

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

 a { background-color: rgb(248,210,174); }

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

border-color css

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

 span { border-color: rgb(248,210,174); }

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