Html Css Color HEX #F8F2CB Corn Field

📋 copy color: '#F8F2CB'

red 248 ◦ green 242 ◦ blue 203

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

Shades of Corn Field #F8F2CB

Tints of Corn Field #F8F2CB

RGB

 RED value IS 248 (97.27% from 255) = 35.79%

 GREEN value IS 242 (94.92% from 255) = 34.92%

 BLUE value IS 203 (79.69% from 255) = 29.29%

R = 35.79%
G = 34.92%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8F2CB (or 0xF8F2CB) is known color: Corn Field. HEX triplet: F8, F2 and CB. RGB value is (248,242,203). Sum of RGB (Red+Green+Blue) = 248+242+203=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 203 (79.69% from 255 or 29.29% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F2CB is #070D34. Grayscale: #EFEFEF. Windows color (decimal): -462133 or 13366008. OLE color: 13366008.

HSL color Cylindrical-coordinate representation of color #F8F2CB: hue angle of 52º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8F2CB is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 242 203 -
CMYK 0 0.02 0.18 0.03
HSL 52º 0.76% 0.88% -
HSV(B) 52º 0.18% 0.97% -
XYZ 81.24 87.77 69.16 -
YUV 239.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 248 242 203 0 0.02 0.18 0.03 52 0.76 0.88
Hex F8 F2 CB 0 2 12 3 34 4C 58
Octal 370 362 313 0 2 22 3 64 114 130
Binary 11111000 11110010 11001011 0 10 10010 11 110100 1001100 1011000

Color Harmonies of #F8F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F2CB

Black with #F8F2CB

Text Example


Text Example

White with #F8F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F2CB; }

 p { color: rgb(248,242,203); }

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

background-color css

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

 a { background-color: rgb(248,242,203); }

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

border-color css

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

 span { border-color: rgb(248,242,203); }

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