Html Css Color HEX #F9CEAB Apricot

📋 copy color: '#F9CEAB'

red 249 ◦ green 206 ◦ blue 171

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

Shades of Apricot #F9CEAB

Tints of Apricot #F9CEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.91%

 BLUE value IS 171 (67.19% from 255) = 27.32%

R = 39.78%
G = 32.91%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9CEAB (or 0xF9CEAB) is known color: Apricot. HEX triplet: F9, CE and AB. RGB value is (249,206,171). Sum of RGB (Red+Green+Blue) = 249+206+171=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CEAB is #063154. Grayscale: #D7D7D7. Windows color (decimal): -405845 or 11259641. OLE color: 11259641.

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

Color convert

RGB 249 206 171 -
CMYK 0 0.17 0.31 0.02
HSL 26.92º 0.87% 0.82% -
HSV(B) 26.92º 0.31% 0.98% -
XYZ 68.49 67.22 47.89 -
YUV 214.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 249 206 171 0 0.17 0.31 0.02 26.92 0.87 0.82
Hex F9 CE AB 0 11 1F 2 1B 57 52
Octal 371 316 253 0 21 37 2 33 127 122
Binary 11111001 11001110 10101011 0 10001 11111 10 11011 1010111 1010010

Color Harmonies of #F9CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CEAB

Black with #F9CEAB

Text Example


Text Example

White with #F9CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CEAB; }

 p { color: rgb(249,206,171); }

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

background-color css

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

 a { background-color: rgb(249,206,171); }

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

border-color css

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

 span { border-color: rgb(249,206,171); }

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