Html Css Color HEX #F1DFD0 Spring Wood

📋 copy color: '#F1DFD0'

red 241 ◦ green 223 ◦ blue 208

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

Shades of Spring Wood #F1DFD0

Tints of Spring Wood #F1DFD0

RGB

 RED value IS 241 (94.53% from 255) = 35.86%

 GREEN value IS 223 (87.5% from 255) = 33.18%

 BLUE value IS 208 (81.64% from 255) = 30.95%

R = 35.86%
G = 33.18%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1DFD0 (or 0xF1DFD0) is known color: Spring Wood. HEX triplet: F1, DF and D0. RGB value is (241,223,208). Sum of RGB (Red+Green+Blue) = 241+223+208=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFD0 is #0E202F. Grayscale: #E2E2E2. Windows color (decimal): -925744 or 13688817. OLE color: 13688817.

HSL color Cylindrical-coordinate representation of color #F1DFD0: hue angle of 27.27º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1DFD0 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 223 208 -
CMYK 0 0.07 0.14 0.05
HSL 27.27º 0.54% 0.88% -
HSV(B) 27.27º 0.14% 0.95% -
XYZ 74.05 76.03 70.45 -
YUV 226.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 241 223 208 0 0.07 0.14 0.05 27.27 0.54 0.88
Hex F1 DF D0 0 7 E 5 1B 36 58
Octal 361 337 320 0 7 16 5 33 66 130
Binary 11110001 11011111 11010000 0 111 1110 101 11011 110110 1011000

Color Harmonies of #F1DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFD0

Black with #F1DFD0

Text Example


Text Example

White with #F1DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFD0; }

 p { color: rgb(241,223,208); }

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

background-color css

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

 a { background-color: rgb(241,223,208); }

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

border-color css

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

 span { border-color: rgb(241,223,208); }

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