Html Css Color HEX #F9C6AC Apricot

📋 copy color: '#F9C6AC'

red 249 ◦ green 198 ◦ blue 172

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

Shades of Apricot #F9C6AC

Tints of Apricot #F9C6AC

RGB

 RED value IS 249 (97.66% from 255) = 40.23%

 GREEN value IS 198 (77.73% from 255) = 31.99%

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

R = 40.23%
G = 31.99%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9C6AC (or 0xF9C6AC) is known color: Apricot. HEX triplet: F9, C6 and AC. RGB value is (249,198,172). Sum of RGB (Red+Green+Blue) = 249+198+172=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C6AC is #063953. Grayscale: #D2D2D2. Windows color (decimal): -407892 or 11323129. OLE color: 11323129.

HSL color Cylindrical-coordinate representation of color #F9C6AC: hue angle of 20.26º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9C6AC is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 198 172 -
CMYK 0 0.20 0.31 0.02
HSL 20.26º 0.87% 0.83% -
HSV(B) 20.26º 0.31% 0.98% -
XYZ 66.71 63.51 47.77 -
YUV 210.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 249 198 172 0 0.20 0.31 0.02 20.26 0.87 0.83
Hex F9 C6 AC 0 14 1F 2 14 57 53
Octal 371 306 254 0 24 37 2 24 127 123
Binary 11111001 11000110 10101100 0 10100 11111 10 10100 1010111 1010011

Color Harmonies of #F9C6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C6AC

Black with #F9C6AC

Text Example


Text Example

White with #F9C6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C6AC; }

 p { color: rgb(249,198,172); }

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

background-color css

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

 a { background-color: rgb(249,198,172); }

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

border-color css

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

 span { border-color: rgb(249,198,172); }

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