Html Css Color HEX #F2ECC3 Half And Half

📋 copy color: '#F2ECC3'

red 242 ◦ green 236 ◦ blue 195

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

Shades of Half And Half #F2ECC3

Tints of Half And Half #F2ECC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.97%

R = 35.96%
G = 35.07%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2ECC3 (or 0xF2ECC3) is known color: Half And Half. HEX triplet: F2, EC and C3. RGB value is (242,236,195). Sum of RGB (Red+Green+Blue) = 242+236+195=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 195 (76.56% from 255 or 28.97% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECC3 is #0D133C. Grayscale: #E9E9E9. Windows color (decimal): -856893 or 12840178. OLE color: 12840178.

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

Color convert

RGB 242 236 195 -
CMYK 0 0.02 0.19 0.05
HSL 52.34º 0.64% 0.86% -
HSV(B) 52.34º 0.19% 0.95% -
XYZ 76.46 82.81 63.58 -
YUV 233.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 242 236 195 0 0.02 0.19 0.05 52.34 0.64 0.86
Hex F2 EC C3 0 2 13 5 34 40 56
Octal 362 354 303 0 2 23 5 64 100 126
Binary 11110010 11101100 11000011 0 10 10011 101 110100 1000000 1010110

Color Harmonies of #F2ECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECC3

Black with #F2ECC3

Text Example


Text Example

White with #F2ECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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