Html Css Color HEX #F2EBB8 Half Colonial White

📋 copy color: '#F2EBB8'

red 242 ◦ green 235 ◦ blue 184

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

Shades of Half Colonial White #F2EBB8

Tints of Half Colonial White #F2EBB8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.55%

 BLUE value IS 184 (72.27% from 255) = 27.84%

R = 36.61%
G = 35.55%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F2EBB8 (or 0xF2EBB8) is known color: Half Colonial White. HEX triplet: F2, EB and B8. RGB value is (242,235,184). Sum of RGB (Red+Green+Blue) = 242+235+184=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 184 (72.27% from 255 or 27.84% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBB8 is #0D1447. Grayscale: #E7E7E7. Windows color (decimal): -857160 or 12119026. OLE color: 12119026.

HSL color Cylindrical-coordinate representation of color #F2EBB8: hue angle of 52.76º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2EBB8 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 235 184 -
CMYK 0 0.03 0.24 0.05
HSL 52.76º 0.69% 0.84% -
HSV(B) 52.76º 0.24% 0.95% -
XYZ 74.98 81.75 57.18 -
YUV 231.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 242 235 184 0 0.03 0.24 0.05 52.76 0.69 0.84
Hex F2 EB B8 0 3 18 5 35 45 54
Octal 362 353 270 0 3 30 5 65 105 124
Binary 11110010 11101011 10111000 0 11 11000 101 110101 1000101 1010100

Color Harmonies of #F2EBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBB8

Black with #F2EBB8

Text Example


Text Example

White with #F2EBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBB8; }

 p { color: rgb(242,235,184); }

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

background-color css

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

 a { background-color: rgb(242,235,184); }

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

border-color css

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

 span { border-color: rgb(242,235,184); }

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