Html Css Color HEX #F8CBAC Apricot

📋 copy color: '#F8CBAC'

red 248 ◦ green 203 ◦ blue 172

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

Shades of Apricot #F8CBAC

Tints of Apricot #F8CBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.61%

R = 39.81%
G = 32.58%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8CBAC (or 0xF8CBAC) is known color: Apricot. HEX triplet: F8, CB and AC. RGB value is (248,203,172). Sum of RGB (Red+Green+Blue) = 248+203+172=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBAC is #073453. Grayscale: #D5D5D5. Windows color (decimal): -472148 or 11324408. OLE color: 11324408.

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

Color convert

RGB 248 203 172 -
CMYK 0 0.18 0.31 0.03
HSL 24.47º 0.84% 0.82% -
HSV(B) 24.47º 0.31% 0.97% -
XYZ 67.51 65.65 48.14 -
YUV 212.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 248 203 172 0 0.18 0.31 0.03 24.47 0.84 0.82
Hex F8 CB AC 0 12 1F 3 18 54 52
Octal 370 313 254 0 22 37 3 30 124 122
Binary 11111000 11001011 10101100 0 10010 11111 11 11000 1010100 1010010

Color Harmonies of #F8CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBAC

Black with #F8CBAC

Text Example


Text Example

White with #F8CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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