Html Css Color HEX #F2ECC7 Half And Half

📋 copy color: '#F2ECC7'

red 242 ◦ green 236 ◦ blue 199

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

Shades of Half And Half #F2ECC7

Tints of Half And Half #F2ECC7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.86%

 BLUE value IS 199 (78.13% from 255) = 29.39%

R = 35.75%
G = 34.86%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2ECC7 (or 0xF2ECC7) is known color: Half And Half. HEX triplet: F2, EC and C7. RGB value is (242,236,199). Sum of RGB (Red+Green+Blue) = 242+236+199=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 199 (78.12% from 255 or 29.39% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECC7 is #0D1338. Grayscale: #E9E9E9. Windows color (decimal): -856889 or 13102322. OLE color: 13102322.

HSL color Cylindrical-coordinate representation of color #F2ECC7: hue angle of 51.63º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2ECC7 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 236 199 -
CMYK 0 0.02 0.18 0.05
HSL 51.63º 0.62% 0.86% -
HSV(B) 51.63º 0.18% 0.95% -
XYZ 76.92 82.99 66 -
YUV 233.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 242 236 199 0 0.02 0.18 0.05 51.63 0.62 0.86
Hex F2 EC C7 0 2 12 5 34 3E 56
Octal 362 354 307 0 2 22 5 64 76 126
Binary 11110010 11101100 11000111 0 10 10010 101 110100 111110 1010110

Color Harmonies of #F2ECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECC7

Black with #F2ECC7

Text Example


Text Example

White with #F2ECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECC7; }

 p { color: rgb(242,236,199); }

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

background-color css

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

 a { background-color: rgb(242,236,199); }

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

border-color css

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

 span { border-color: rgb(242,236,199); }

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