Html Css Color HEX #F9CBAE Apricot

📋 copy color: '#F9CBAE'

red 249 ◦ green 203 ◦ blue 174

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

Shades of Apricot #F9CBAE

Tints of Apricot #F9CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.8%

R = 39.78%
G = 32.43%
B = 27.8%

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

#F9CBAE (or 0xF9CBAE) is known color: Apricot. HEX triplet: F9, CB and AE. RGB value is (249,203,174). Sum of RGB (Red+Green+Blue) = 249+203+174=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CBAE is #063451. Grayscale: #D5D5D5. Windows color (decimal): -406610 or 11455481. OLE color: 11455481.

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

Color convert

RGB 249 203 174 -
CMYK 0 0.18 0.30 0.02
HSL 23.2º 0.86% 0.83% -
HSV(B) 23.2º 0.3% 0.98% -
XYZ 68.06 65.91 49.18 -
YUV 213.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 249 203 174 0 0.18 0.30 0.02 23.2 0.86 0.83
Hex F9 CB AE 0 12 1E 2 17 56 53
Octal 371 313 256 0 22 36 2 27 126 123
Binary 11111001 11001011 10101110 0 10010 11110 10 10111 1010110 1010011

Color Harmonies of #F9CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBAE

Black with #F9CBAE

Text Example


Text Example

White with #F9CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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