Html Css Color HEX #F6EDD8 Apricot White

📋 copy color: '#F6EDD8'

red 246 ◦ green 237 ◦ blue 216

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

Shades of Apricot White #F6EDD8

Tints of Apricot White #F6EDD8

RGB

 RED value IS 246 (96.48% from 255) = 35.19%

 GREEN value IS 237 (92.97% from 255) = 33.91%

 BLUE value IS 216 (84.77% from 255) = 30.9%

R = 35.19%
G = 33.91%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6EDD8 (or 0xF6EDD8) is known color: Apricot White. HEX triplet: F6, ED and D8. RGB value is (246,237,216). Sum of RGB (Red+Green+Blue) = 246+237+216=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 216 (84.77% from 255 or 30.90% from 699); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDD8 is #091227. Grayscale: #EDEDED. Windows color (decimal): -594472 or 14216694. OLE color: 14216694.

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

Color convert

RGB 246 237 216 -
CMYK 0 0.04 0.12 0.04
HSL 42º 0.63% 0.91% -
HSV(B) 42º 0.12% 0.96% -
XYZ 80.68 85.12 77.14 -
YUV 237.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 246 237 216 0 0.04 0.12 0.04 42 0.63 0.91
Hex F6 ED D8 0 4 C 4 2A 3E 5B
Octal 366 355 330 0 4 14 4 52 76 133
Binary 11110110 11101101 11011000 0 100 1100 100 101010 111110 1011011

Color Harmonies of #F6EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDD8

Black with #F6EDD8

Text Example


Text Example

White with #F6EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDD8; }

 p { color: rgb(246,237,216); }

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

background-color css

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

 a { background-color: rgb(246,237,216); }

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

border-color css

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

 span { border-color: rgb(246,237,216); }

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