Html Css Color HEX #F2E6BD Half Colonial White

📋 copy color: '#F2E6BD'

red 242 ◦ green 230 ◦ blue 189

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

Shades of Half Colonial White #F2E6BD

Tints of Half Colonial White #F2E6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.8%

 BLUE value IS 189 (74.22% from 255) = 28.59%

R = 36.61%
G = 34.8%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2E6BD (or 0xF2E6BD) is known color: Half Colonial White. HEX triplet: F2, E6 and BD. RGB value is (242,230,189). Sum of RGB (Red+Green+Blue) = 242+230+189=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6BD is #0D1942. Grayscale: #E5E5E5. Windows color (decimal): -858435 or 12445426. OLE color: 12445426.

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

Color convert

RGB 242 230 189 -
CMYK 0 0.05 0.22 0.05
HSL 46.42º 0.67% 0.85% -
HSV(B) 46.42º 0.22% 0.95% -
XYZ 74.1 79.15 59.52 -
YUV 228.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 242 230 189 0 0.05 0.22 0.05 46.42 0.67 0.85
Hex F2 E6 BD 0 5 16 5 2E 43 55
Octal 362 346 275 0 5 26 5 56 103 125
Binary 11110010 11100110 10111101 0 101 10110 101 101110 1000011 1010101

Color Harmonies of #F2E6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E6BD

Black with #F2E6BD

Text Example


Text Example

White with #F2E6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E6BD; }

 p { color: rgb(242,230,189); }

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

background-color css

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

 a { background-color: rgb(242,230,189); }

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

border-color css

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

 span { border-color: rgb(242,230,189); }

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