Html Css Color HEX #F8EDD2 Half Dutch White

📋 copy color: '#F8EDD2'

red 248 ◦ green 237 ◦ blue 210

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

Shades of Half Dutch White #F8EDD2

Tints of Half Dutch White #F8EDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.22%

R = 35.68%
G = 34.1%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8EDD2 (or 0xF8EDD2) is known color: Half Dutch White. HEX triplet: F8, ED and D2. RGB value is (248,237,210). Sum of RGB (Red+Green+Blue) = 248+237+210=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 210 (82.42% from 255 or 30.22% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDD2 is #07122D. Grayscale: #EDEDED. Windows color (decimal): -463406 or 13823480. OLE color: 13823480.

HSL color Cylindrical-coordinate representation of color #F8EDD2: hue angle of 42.63º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8EDD2 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 237 210 -
CMYK 0 0.04 0.15 0.03
HSL 42.63º 0.73% 0.9% -
HSV(B) 42.63º 0.15% 0.97% -
XYZ 80.63 85.18 73.16 -
YUV 237.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 248 237 210 0 0.04 0.15 0.03 42.63 0.73 0.9
Hex F8 ED D2 0 4 F 3 2B 49 5A
Octal 370 355 322 0 4 17 3 53 111 132
Binary 11111000 11101101 11010010 0 100 1111 11 101011 1001001 1011010

Color Harmonies of #F8EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDD2

Black with #F8EDD2

Text Example


Text Example

White with #F8EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDD2; }

 p { color: rgb(248,237,210); }

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

background-color css

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

 a { background-color: rgb(248,237,210); }

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

border-color css

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

 span { border-color: rgb(248,237,210); }

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