Html Css Color HEX #F2DEBC Dutch White

📋 copy color: '#F2DEBC'

red 242 ◦ green 222 ◦ blue 188

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

Shades of Dutch White #F2DEBC

Tints of Dutch White #F2DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.83%

R = 37.12%
G = 34.05%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2DEBC (or 0xF2DEBC) is known color: Dutch White. HEX triplet: F2, DE and BC. RGB value is (242,222,188). Sum of RGB (Red+Green+Blue) = 242+222+188=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEBC is #0D2143. Grayscale: #E0E0E0. Windows color (decimal): -860484 or 12377842. OLE color: 12377842.

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

Color convert

RGB 242 222 188 -
CMYK 0 0.08 0.22 0.05
HSL 37.78º 0.68% 0.84% -
HSV(B) 37.78º 0.22% 0.95% -
XYZ 71.82 74.75 58.22 -
YUV 224.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 242 222 188 0 0.08 0.22 0.05 37.78 0.68 0.84
Hex F2 DE BC 0 8 16 5 26 44 54
Octal 362 336 274 0 10 26 5 46 104 124
Binary 11110010 11011110 10111100 0 1000 10110 101 100110 1000100 1010100

Color Harmonies of #F2DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEBC

Black with #F2DEBC

Text Example


Text Example

White with #F2DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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