Html Css Color HEX #F7CBAC Apricot

📋 copy color: '#F7CBAC'

red 247 ◦ green 203 ◦ blue 172

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

Shades of Apricot #F7CBAC

Tints of Apricot #F7CBAC

RGB

 RED value IS 247 (96.88% from 255) = 39.71%

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

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

R = 39.71%
G = 32.64%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7CBAC (or 0xF7CBAC) is known color: Apricot. HEX triplet: F7, CB and AC. RGB value is (247,203,172). Sum of RGB (Red+Green+Blue) = 247+203+172=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CBAC is #083453. Grayscale: #D4D4D4. Windows color (decimal): -537684 or 11324407. OLE color: 11324407.

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

Color convert

RGB 247 203 172 -
CMYK 0 0.18 0.30 0.03
HSL 24.8º 0.82% 0.82% -
HSV(B) 24.8º 0.3% 0.97% -
XYZ 67.16 65.46 48.13 -
YUV 212.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 247 203 172 0 0.18 0.30 0.03 24.8 0.82 0.82
Hex F7 CB AC 0 12 1E 3 19 52 52
Octal 367 313 254 0 22 36 3 31 122 122
Binary 11110111 11001011 10101100 0 10010 11110 11 11001 1010010 1010010

Color Harmonies of #F7CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CBAC

Black with #F7CBAC

Text Example


Text Example

White with #F7CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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