Html Css Color HEX #F9CBB0 Apricot

📋 copy color: '#F9CBB0'

red 249 ◦ green 203 ◦ blue 176

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

Shades of Apricot #F9CBB0

Tints of Apricot #F9CBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.03%

R = 39.65%
G = 32.32%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F9CBB0 (or 0xF9CBB0) is known color: Apricot. HEX triplet: F9, CB and B0. RGB value is (249,203,176). Sum of RGB (Red+Green+Blue) = 249+203+176=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CBB0 is #06344F. Grayscale: #D5D5D5. Windows color (decimal): -406608 or 11586553. OLE color: 11586553.

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

Color convert

RGB 249 203 176 -
CMYK 0 0.18 0.29 0.02
HSL 22.19º 0.86% 0.83% -
HSV(B) 22.19º 0.29% 0.98% -
XYZ 68.26 65.99 50.21 -
YUV 213.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 249 203 176 0 0.18 0.29 0.02 22.19 0.86 0.83
Hex F9 CB B0 0 12 1D 2 16 56 53
Octal 371 313 260 0 22 35 2 26 126 123
Binary 11111001 11001011 10110000 0 10010 11101 10 10110 1010110 1010011

Color Harmonies of #F9CBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBB0

Black with #F9CBB0

Text Example


Text Example

White with #F9CBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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