Html Css Color HEX #F2E2C1 Milk Punch

📋 copy color: '#F2E2C1'

red 242 ◦ green 226 ◦ blue 193

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

Shades of Milk Punch #F2E2C1

Tints of Milk Punch #F2E2C1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.19%

 BLUE value IS 193 (75.78% from 255) = 29.2%

R = 36.61%
G = 34.19%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2E2C1 (or 0xF2E2C1) is known color: Milk Punch. HEX triplet: F2, E2 and C1. RGB value is (242,226,193). Sum of RGB (Red+Green+Blue) = 242+226+193=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2C1 is #0D1D3E. Grayscale: #E3E3E3. Windows color (decimal): -859455 or 12706546. OLE color: 12706546.

HSL color Cylindrical-coordinate representation of color #F2E2C1: hue angle of 40.41º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2E2C1 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 226 193 -
CMYK 0 0.07 0.20 0.05
HSL 40.41º 0.65% 0.85% -
HSV(B) 40.41º 0.2% 0.95% -
XYZ 73.44 77.12 61.47 -
YUV 227.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 242 226 193 0 0.07 0.20 0.05 40.41 0.65 0.85
Hex F2 E2 C1 0 7 14 5 28 41 55
Octal 362 342 301 0 7 24 5 50 101 125
Binary 11110010 11100010 11000001 0 111 10100 101 101000 1000001 1010101

Color Harmonies of #F2E2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2C1

Black with #F2E2C1

Text Example


Text Example

White with #F2E2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E2C1; }

 p { color: rgb(242,226,193); }

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

background-color css

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

 a { background-color: rgb(242,226,193); }

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

border-color css

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

 span { border-color: rgb(242,226,193); }

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