Html Css Color HEX #F6EDD9 Apricot White

📋 copy color: '#F6EDD9'

red 246 ◦ green 237 ◦ blue 217

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

Shades of Apricot White #F6EDD9

Tints of Apricot White #F6EDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31%

R = 35.14%
G = 33.86%
B = 31%

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

#F6EDD9 (or 0xF6EDD9) is known color: Apricot White. HEX triplet: F6, ED and D9. RGB value is (246,237,217). Sum of RGB (Red+Green+Blue) = 246+237+217=700 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.14% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 217 (85.16% from 255 or 31% from 700); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDD9 is #091226. Grayscale: #EDEDED. Windows color (decimal): -594471 or 14282230. OLE color: 14282230.

HSL color Cylindrical-coordinate representation of color #F6EDD9: hue angle of 41.38º 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 #F6EDD9 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 237 217 -
CMYK 0 0.04 0.12 0.04
HSL 41.38º 0.62% 0.91% -
HSV(B) 41.38º 0.12% 0.96% -
XYZ 80.81 85.17 77.83 -
YUV 237.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 246 237 217 0 0.04 0.12 0.04 41.38 0.62 0.91
Hex F6 ED D9 0 4 C 4 29 3E 5B
Octal 366 355 331 0 4 14 4 51 76 133
Binary 11110110 11101101 11011001 0 100 1100 100 101001 111110 1011011

Color Harmonies of #F6EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDD9

Black with #F6EDD9

Text Example


Text Example

White with #F6EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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