Html Css Color HEX #F8CFAD Apricot

📋 copy color: '#F8CFAD'

red 248 ◦ green 207 ◦ blue 173

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

Shades of Apricot #F8CFAD

Tints of Apricot #F8CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.96%

 BLUE value IS 173 (67.97% from 255) = 27.55%

R = 39.49%
G = 32.96%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8CFAD (or 0xF8CFAD) is known color: Apricot. HEX triplet: F8, CF and AD. RGB value is (248,207,173). Sum of RGB (Red+Green+Blue) = 248+207+173=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CFAD is #073052. Grayscale: #D7D7D7. Windows color (decimal): -471123 or 11390968. OLE color: 11390968.

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

Color convert

RGB 248 207 173 -
CMYK 0 0.17 0.30 0.03
HSL 27.2º 0.84% 0.83% -
HSV(B) 27.2º 0.3% 0.97% -
XYZ 68.57 67.6 48.97 -
YUV 215.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 248 207 173 0 0.17 0.30 0.03 27.2 0.84 0.83
Hex F8 CF AD 0 11 1E 3 1B 54 53
Octal 370 317 255 0 21 36 3 33 124 123
Binary 11111000 11001111 10101101 0 10001 11110 11 11011 1010100 1010011

Color Harmonies of #F8CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CFAD

Black with #F8CFAD

Text Example


Text Example

White with #F8CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CFAD; }

 p { color: rgb(248,207,173); }

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

background-color css

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

 a { background-color: rgb(248,207,173); }

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

border-color css

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

 span { border-color: rgb(248,207,173); }

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