Html Css Color HEX #F9CFAA Apricot

📋 copy color: '#F9CFAA'

red 249 ◦ green 207 ◦ blue 170

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

Shades of Apricot #F9CFAA

Tints of Apricot #F9CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.07%

 BLUE value IS 170 (66.8% from 255) = 27.16%

R = 39.78%
G = 33.07%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9CFAA (or 0xF9CFAA) is known color: Apricot. HEX triplet: F9, CF and AA. RGB value is (249,207,170). Sum of RGB (Red+Green+Blue) = 249+207+170=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CFAA is #063055. Grayscale: #D7D7D7. Windows color (decimal): -405590 or 11194361. OLE color: 11194361.

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

Color convert

RGB 249 207 170 -
CMYK 0 0.17 0.32 0.02
HSL 28.1º 0.87% 0.82% -
HSV(B) 28.1º 0.32% 0.98% -
XYZ 68.64 67.67 47.47 -
YUV 215.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 249 207 170 0 0.17 0.32 0.02 28.1 0.87 0.82
Hex F9 CF AA 0 11 20 2 1C 57 52
Octal 371 317 252 0 21 40 2 34 127 122
Binary 11111001 11001111 10101010 0 10001 100000 10 11100 1010111 1010010

Color Harmonies of #F9CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFAA

Black with #F9CFAA

Text Example


Text Example

White with #F9CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFAA; }

 p { color: rgb(249,207,170); }

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

background-color css

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

 a { background-color: rgb(249,207,170); }

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

border-color css

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

 span { border-color: rgb(249,207,170); }

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