Html Css Color HEX #F9CCAA Apricot

📋 copy color: '#F9CCAA'

red 249 ◦ green 204 ◦ blue 170

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

Shades of Apricot #F9CCAA

Tints of Apricot #F9CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.74%

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

R = 39.97%
G = 32.74%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9CCAA (or 0xF9CCAA) is known color: Apricot. HEX triplet: F9, CC and AA. RGB value is (249,204,170). Sum of RGB (Red+Green+Blue) = 249+204+170=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CCAA is #063355. Grayscale: #D5D5D5. Windows color (decimal): -406358 or 11193593. OLE color: 11193593.

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

Color convert

RGB 249 204 170 -
CMYK 0 0.18 0.32 0.02
HSL 25.82º 0.87% 0.82% -
HSV(B) 25.82º 0.32% 0.98% -
XYZ 67.92 66.23 47.23 -
YUV 213.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 249 204 170 0 0.18 0.32 0.02 25.82 0.87 0.82
Hex F9 CC AA 0 12 20 2 1A 57 52
Octal 371 314 252 0 22 40 2 32 127 122
Binary 11111001 11001100 10101010 0 10010 100000 10 11010 1010111 1010010

Color Harmonies of #F9CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CCAA

Black with #F9CCAA

Text Example


Text Example

White with #F9CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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