Html Css Color HEX #F8F0DC Apricot White

📋 copy color: '#F8F0DC'

red 248 ◦ green 240 ◦ blue 220

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

Shades of Apricot White #F8F0DC

Tints of Apricot White #F8F0DC

RGB

 RED value IS 248 (97.27% from 255) = 35.03%

 GREEN value IS 240 (94.14% from 255) = 33.9%

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

R = 35.03%
G = 33.9%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8F0DC (or 0xF8F0DC) is known color: Apricot White. HEX triplet: F8, F0 and DC. RGB value is (248,240,220). Sum of RGB (Red+Green+Blue) = 248+240+220=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0DC is #070F23. Grayscale: #F0F0F0. Windows color (decimal): -462628 or 14479608. OLE color: 14479608.

HSL color Cylindrical-coordinate representation of color #F8F0DC: hue angle of 42.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8F0DC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 240 220 -
CMYK 0 0.03 0.11 0.03
HSL 42.86º 0.67% 0.92% -
HSV(B) 42.86º 0.11% 0.97% -
XYZ 82.79 87.44 80.23 -
YUV 240.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 248 240 220 0 0.03 0.11 0.03 42.86 0.67 0.92
Hex F8 F0 DC 0 3 B 3 2B 43 5C
Octal 370 360 334 0 3 13 3 53 103 134
Binary 11111000 11110000 11011100 0 11 1011 11 101011 1000011 1011100

Color Harmonies of #F8F0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F0DC

Black with #F8F0DC

Text Example


Text Example

White with #F8F0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F0DC; }

 p { color: rgb(248,240,220); }

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

background-color css

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

 a { background-color: rgb(248,240,220); }

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

border-color css

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

 span { border-color: rgb(248,240,220); }

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