Html Css Color HEX #F1DFB8 Dutch White

📋 copy color: '#F1DFB8'

red 241 ◦ green 223 ◦ blue 184

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

Shades of Dutch White #F1DFB8

Tints of Dutch White #F1DFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.4%

R = 37.19%
G = 34.41%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F1DFB8 (or 0xF1DFB8) is known color: Dutch White. HEX triplet: F1, DF and B8. RGB value is (241,223,184). Sum of RGB (Red+Green+Blue) = 241+223+184=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 184 (72.27% from 255 or 28.40% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFB8 is #0E2047. Grayscale: #E0E0E0. Windows color (decimal): -925768 or 12115953. OLE color: 12115953.

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

Color convert

RGB 241 223 184 -
CMYK 0 0.07 0.24 0.05
HSL 41.05º 0.67% 0.83% -
HSV(B) 41.05º 0.24% 0.95% -
XYZ 71.32 74.94 56.05 -
YUV 223.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 241 223 184 0 0.07 0.24 0.05 41.05 0.67 0.83
Hex F1 DF B8 0 7 18 5 29 43 53
Octal 361 337 270 0 7 30 5 51 103 123
Binary 11110001 11011111 10111000 0 111 11000 101 101001 1000011 1010011

Color Harmonies of #F1DFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFB8

Black with #F1DFB8

Text Example


Text Example

White with #F1DFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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