Html Css Color HEX #F5F1DC Apricot White

📋 copy color: '#F5F1DC'

red 245 ◦ green 241 ◦ blue 220

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

Shades of Apricot White #F5F1DC

Tints of Apricot White #F5F1DC

RGB

 RED value IS 245 (96.09% from 255) = 34.7%

 GREEN value IS 241 (94.53% from 255) = 34.14%

 BLUE value IS 220 (86.33% from 255) = 31.16%

R = 34.7%
G = 34.14%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5F1DC (or 0xF5F1DC) is known color: Apricot White. HEX triplet: F5, F1 and DC. RGB value is (245,241,220). Sum of RGB (Red+Green+Blue) = 245+241+220=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1DC is #0A0E23. Grayscale: #EFEFEF. Windows color (decimal): -658980 or 14479861. OLE color: 14479861.

HSL color Cylindrical-coordinate representation of color #F5F1DC: hue angle of 50.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5F1DC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 241 220 -
CMYK 0 0.02 0.10 0.04
HSL 50.4º 0.56% 0.91% -
HSV(B) 50.4º 0.1% 0.96% -
XYZ 82.03 87.49 80.27 -
YUV 239.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 245 241 220 0 0.02 0.10 0.04 50.4 0.56 0.91
Hex F5 F1 DC 0 2 A 4 32 38 5B
Octal 365 361 334 0 2 12 4 62 70 133
Binary 11110101 11110001 11011100 0 10 1010 100 110010 111000 1011011

Color Harmonies of #F5F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F1DC

Black with #F5F1DC

Text Example


Text Example

White with #F5F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F1DC; }

 p { color: rgb(245,241,220); }

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

background-color css

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

 a { background-color: rgb(245,241,220); }

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

border-color css

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

 span { border-color: rgb(245,241,220); }

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