Html Css Color HEX #F3E5BD Half Colonial White

📋 copy color: '#F3E5BD'

red 243 ◦ green 229 ◦ blue 189

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

Shades of Half Colonial White #F3E5BD

Tints of Half Colonial White #F3E5BD

RGB

 RED value IS 243 (95.31% from 255) = 36.76%

 GREEN value IS 229 (89.84% from 255) = 34.64%

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

R = 36.76%
G = 34.64%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F3E5BD (or 0xF3E5BD) is known color: Half Colonial White. HEX triplet: F3, E5 and BD. RGB value is (243,229,189). Sum of RGB (Red+Green+Blue) = 243+229+189=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5BD is #0C1A42. Grayscale: #E4E4E4. Windows color (decimal): -793155 or 12445171. OLE color: 12445171.

HSL color Cylindrical-coordinate representation of color #F3E5BD: hue angle of 44.44º degrees, saturation: 0.69, 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 #F3E5BD is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 229 189 -
CMYK 0 0.06 0.22 0.05
HSL 44.44º 0.69% 0.85% -
HSV(B) 44.44º 0.22% 0.95% -
XYZ 74.17 78.77 59.44 -
YUV 228.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 243 229 189 0 0.06 0.22 0.05 44.44 0.69 0.85
Hex F3 E5 BD 0 6 16 5 2C 45 55
Octal 363 345 275 0 6 26 5 54 105 125
Binary 11110011 11100101 10111101 0 110 10110 101 101100 1000101 1010101

Color Harmonies of #F3E5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E5BD

Black with #F3E5BD

Text Example


Text Example

White with #F3E5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E5BD; }

 p { color: rgb(243,229,189); }

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

background-color css

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

 a { background-color: rgb(243,229,189); }

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

border-color css

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

 span { border-color: rgb(243,229,189); }

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