#F9F1DA

Color #F9F1DA Apricot White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot White #F9F1DA

Tints of Apricot White #F9F1DA

Color information

#F9F1DA (or 0xF9F1DA) is unknown color: approx Apricot White. HEX triplet: F9, F1 and DA. RGB value is (249,241,218). Sum of RGB (Red+Green+Blue) = 249+241+218=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1DA is #060E25. Grayscale: #F0F0F0. Windows color (decimal): -396838 or 14348793. OLE color: 14348793.

HSL color Cylindrical-coordinate representation of color #F9F1DA: hue angle of 44.52º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9F1DA is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249241218-
CMYK00.030.120.02
HSL44.52º72.09%91.57%-
HSV(B)44.52º12.45%97.65%-
XYZ83.1888.1178.95-
YUV240.77115.15133.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.17%
GREEN value IS 241 (94.53% from 255) = 34.04%
BLUE value IS 218 (85.55% from 255) = 30.79%
R=35.17%
G=34.04%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924121800.030.120.0244.5272.0991.57
HexF9F1DA03C22d485c
Octal3713613320314255110134
Binary11111001111100011101101001111001010110110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F1DA; }

 p { color: rgb(249,241,218); }

 H1.HeaderClassName
 {
   color: #F9F1DA;
 }
 .AnyTagClassName
 {
   color: #F9F1DA;
 }
</style>
background-color css

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

 a { background-color: rgb(249,241,218); }

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

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

 span { border-color: rgb(249,241,218); }

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