Html Css Color HEX #F2DEBE Dutch White

📋 copy color: '#F2DEBE'

red 242 ◦ green 222 ◦ blue 190

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

Shades of Dutch White #F2DEBE

Tints of Dutch White #F2DEBE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.94%

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

R = 37%
G = 33.94%
B = 29.05%

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

#F2DEBE (or 0xF2DEBE) is known color: Dutch White. HEX triplet: F2, DE and BE. RGB value is (242,222,190). Sum of RGB (Red+Green+Blue) = 242+222+190=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEBE is #0D2141. Grayscale: #E0E0E0. Windows color (decimal): -860482 or 12508914. OLE color: 12508914.

HSL color Cylindrical-coordinate representation of color #F2DEBE: hue angle of 36.92º 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 #F2DEBE is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 222 190 -
CMYK 0 0.08 0.21 0.05
HSL 36.92º 0.67% 0.85% -
HSV(B) 36.92º 0.21% 0.95% -
XYZ 72.03 74.84 59.36 -
YUV 224.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 242 222 190 0 0.08 0.21 0.05 36.92 0.67 0.85
Hex F2 DE BE 0 8 15 5 25 43 55
Octal 362 336 276 0 10 25 5 45 103 125
Binary 11110010 11011110 10111110 0 1000 10101 101 100101 1000011 1010101

Color Harmonies of #F2DEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEBE

Black with #F2DEBE

Text Example


Text Example

White with #F2DEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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