Html Css Color HEX #F8CEAF Apricot

📋 copy color: '#F8CEAF'

red 248 ◦ green 206 ◦ blue 175

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

Shades of Apricot #F8CEAF

Tints of Apricot #F8CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.75%

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

R = 39.43%
G = 32.75%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8CEAF (or 0xF8CEAF) is known color: Apricot. HEX triplet: F8, CE and AF. RGB value is (248,206,175). Sum of RGB (Red+Green+Blue) = 248+206+175=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CEAF is #073150. Grayscale: #D7D7D7. Windows color (decimal): -471377 or 11521784. OLE color: 11521784.

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

Color convert

RGB 248 206 175 -
CMYK 0 0.17 0.29 0.03
HSL 25.48º 0.84% 0.83% -
HSV(B) 25.48º 0.29% 0.97% -
XYZ 68.52 67.19 49.92 -
YUV 215.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 248 206 175 0 0.17 0.29 0.03 25.48 0.84 0.83
Hex F8 CE AF 0 11 1D 3 19 54 53
Octal 370 316 257 0 21 35 3 31 124 123
Binary 11111000 11001110 10101111 0 10001 11101 11 11001 1010100 1010011

Color Harmonies of #F8CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CEAF

Black with #F8CEAF

Text Example


Text Example

White with #F8CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CEAF; }

 p { color: rgb(248,206,175); }

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

background-color css

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

 a { background-color: rgb(248,206,175); }

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

border-color css

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

 span { border-color: rgb(248,206,175); }

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