Html Css Color HEX #FEF2D4 Half Dutch White

📋 copy color: '#FEF2D4'

red 254 ◦ green 242 ◦ blue 212

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

Shades of Half Dutch White #FEF2D4

Tints of Half Dutch White #FEF2D4

RGB

 RED value IS 254 (99.61% from 255) = 35.88%

 GREEN value IS 242 (94.92% from 255) = 34.18%

 BLUE value IS 212 (83.2% from 255) = 29.94%

R = 35.88%
G = 34.18%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEF2D4 (or 0xFEF2D4) is known color: Half Dutch White. HEX triplet: FE, F2 and D4. RGB value is (254,242,212). Sum of RGB (Red+Green+Blue) = 254+242+212=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 242 (94.92% from 255 or 34.18% from 708); Blue value is 212 (83.20% from 255 or 29.94% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2D4 is #010D2B. Grayscale: #F2F2F2. Windows color (decimal): -68908 or 13955838. OLE color: 13955838.

HSL color Cylindrical-coordinate representation of color #FEF2D4: hue angle of 42.86º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEF2D4 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 242 212 -
CMYK 0 0.05 0.17 0.00
HSL 42.86º 0.95% 0.91% -
HSV(B) 42.86º 0.17% 1% -
XYZ 84.51 89.33 75.08 -
YUV 242.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 254 242 212 0 0.05 0.17 0.00 42.86 0.95 0.91
Hex FE F2 D4 0 5 11 0 2B 5F 5B
Octal 376 362 324 0 5 21 0 53 137 133
Binary 11111110 11110010 11010100 0 101 10001 0 101011 1011111 1011011

Color Harmonies of #FEF2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2D4

Black with #FEF2D4

Text Example


Text Example

White with #FEF2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2D4; }

 p { color: rgb(254,242,212); }

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

background-color css

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

 a { background-color: rgb(254,242,212); }

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

border-color css

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

 span { border-color: rgb(254,242,212); }

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