Html Css Color HEX #F2DFBE Dutch White

📋 copy color: '#F2DFBE'

red 242 ◦ green 223 ◦ blue 190

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

Shades of Dutch White #F2DFBE

Tints of Dutch White #F2DFBE

RGB

 RED value IS 242 (94.92% from 255) = 36.95%

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

 BLUE value IS 190 (74.61% from 255) = 29.01%

R = 36.95%
G = 34.05%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2DFBE (or 0xF2DFBE) is known color: Dutch White. HEX triplet: F2, DF and BE. RGB value is (242,223,190). Sum of RGB (Red+Green+Blue) = 242+223+190=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFBE is #0D2041. Grayscale: #E1E1E1. Windows color (decimal): -860226 or 12509170. OLE color: 12509170.

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

Color convert

RGB 242 223 190 -
CMYK 0 0.08 0.21 0.05
HSL 38.08º 0.67% 0.85% -
HSV(B) 38.08º 0.21% 0.95% -
XYZ 72.3 75.37 59.45 -
YUV 224.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 242 223 190 0 0.08 0.21 0.05 38.08 0.67 0.85
Hex F2 DF BE 0 8 15 5 26 43 55
Octal 362 337 276 0 10 25 5 46 103 125
Binary 11110010 11011111 10111110 0 1000 10101 101 100110 1000011 1010101

Color Harmonies of #F2DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFBE

Black with #F2DFBE

Text Example


Text Example

White with #F2DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFBE; }

 p { color: rgb(242,223,190); }

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

background-color css

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

 a { background-color: rgb(242,223,190); }

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

border-color css

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

 span { border-color: rgb(242,223,190); }

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