Html Css Color HEX #FFF3BD Corn Field

📋 copy color: '#FFF3BD'

red 255 ◦ green 243 ◦ blue 189

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

Shades of Corn Field #FFF3BD

Tints of Corn Field #FFF3BD

RGB

 RED value IS 255 (100% from 255) = 37.12%

 GREEN value IS 243 (95.31% from 255) = 35.37%

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

R = 37.12%
G = 35.37%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFF3BD (or 0xFFF3BD) is known color: Corn Field. HEX triplet: FF, F3 and BD. RGB value is (255,243,189). Sum of RGB (Red+Green+Blue) = 255+243+189=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 189 (74.22% from 255 or 27.51% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3BD is #000C42. Grayscale: #F0F0F0. Windows color (decimal): -3139 or 12448767. OLE color: 12448767.

HSL color Cylindrical-coordinate representation of color #FFF3BD: hue angle of 49.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFF3BD is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 255 243 189 -
CMYK 0 0.05 0.26 0
HSL 49.09º 1% 0.87% -
HSV(B) 49.09º 0.26% 1% -
XYZ 82.48 89.04 60.98 -
YUV 240.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 255 243 189 0 0.05 0.26 0 49.09 1 0.87
Hex FF F3 BD 0 5 1A 0 31 64 57
Octal 377 363 275 0 5 32 0 61 144 127
Binary 11111111 11110011 10111101 0 101 11010 0 110001 1100100 1010111

Color Harmonies of #FFF3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF3BD

Black with #FFF3BD

Text Example


Text Example

White with #FFF3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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