Html Css Color HEX #F8CBAF Apricot

📋 copy color: '#F8CBAF'

red 248 ◦ green 203 ◦ blue 175

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

Shades of Apricot #F8CBAF

Tints of Apricot #F8CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.43%

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

R = 39.62%
G = 32.43%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8CBAF (or 0xF8CBAF) is known color: Apricot. HEX triplet: F8, CB and AF. RGB value is (248,203,175). Sum of RGB (Red+Green+Blue) = 248+203+175=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBAF is #073450. Grayscale: #D5D5D5. Windows color (decimal): -472145 or 11521016. OLE color: 11521016.

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

Color convert

RGB 248 203 175 -
CMYK 0 0.18 0.29 0.03
HSL 23.01º 0.84% 0.83% -
HSV(B) 23.01º 0.29% 0.97% -
XYZ 67.81 65.76 49.68 -
YUV 213.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 248 203 175 0 0.18 0.29 0.03 23.01 0.84 0.83
Hex F8 CB AF 0 12 1D 3 17 54 53
Octal 370 313 257 0 22 35 3 27 124 123
Binary 11111000 11001011 10101111 0 10010 11101 11 10111 1010100 1010011

Color Harmonies of #F8CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBAF

Black with #F8CBAF

Text Example


Text Example

White with #F8CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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