Html Css Color HEX #F9CBB4 Apricot

📋 copy color: '#F9CBB4'

red 249 ◦ green 203 ◦ blue 180

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

Shades of Apricot #F9CBB4

Tints of Apricot #F9CBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.48%

R = 39.4%
G = 32.12%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F9CBB4 (or 0xF9CBB4) is known color: Apricot. HEX triplet: F9, CB and B4. RGB value is (249,203,180). Sum of RGB (Red+Green+Blue) = 249+203+180=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBB4 is #06344B. Grayscale: #D6D6D6. Windows color (decimal): -406604 or 11848697. OLE color: 11848697.

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

Color convert

RGB 249 203 180 -
CMYK 0 0.18 0.28 0.02
HSL 20º 0.85% 0.84% -
HSV(B) 20º 0.28% 0.98% -
XYZ 68.66 66.15 52.33 -
YUV 214.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 249 203 180 0 0.18 0.28 0.02 20 0.85 0.84
Hex F9 CB B4 0 12 1C 2 14 55 54
Octal 371 313 264 0 22 34 2 24 125 124
Binary 11111001 11001011 10110100 0 10010 11100 10 10100 1010101 1010100

Color Harmonies of #F9CBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBB4

Black with #F9CBB4

Text Example


Text Example

White with #F9CBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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