Html Css Color HEX #F9CBAF Apricot

📋 copy color: '#F9CBAF'

red 249 ◦ green 203 ◦ blue 175

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

Shades of Apricot #F9CBAF

Tints of Apricot #F9CBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.91%

R = 39.71%
G = 32.38%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9CBAF (or 0xF9CBAF) is known color: Apricot. HEX triplet: F9, CB and AF. RGB value is (249,203,175). Sum of RGB (Red+Green+Blue) = 249+203+175=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CBAF is #063450. Grayscale: #D5D5D5. Windows color (decimal): -406609 or 11521017. OLE color: 11521017.

HSL color Cylindrical-coordinate representation of color #F9CBAF: hue angle of 22.7º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9CBAF is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 203 175 -
CMYK 0 0.18 0.30 0.02
HSL 22.7º 0.86% 0.83% -
HSV(B) 22.7º 0.3% 0.98% -
XYZ 68.16 65.95 49.69 -
YUV 213.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 249 203 175 0 0.18 0.30 0.02 22.7 0.86 0.83
Hex F9 CB AF 0 12 1E 2 17 56 53
Octal 371 313 257 0 22 36 2 27 126 123
Binary 11111001 11001011 10101111 0 10010 11110 10 10111 1010110 1010011

Color Harmonies of #F9CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBAF

Black with #F9CBAF

Text Example


Text Example

White with #F9CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBAF; }

 p { color: rgb(249,203,175); }

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

background-color css

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

 a { background-color: rgb(249,203,175); }

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

border-color css

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

 span { border-color: rgb(249,203,175); }

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