Html Css Color HEX #FDF2BB Corn Field

📋 copy color: '#FDF2BB'

red 253 ◦ green 242 ◦ blue 187

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

Shades of Corn Field #FDF2BB

Tints of Corn Field #FDF2BB

RGB

 RED value IS 253 (99.22% from 255) = 37.1%

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

 BLUE value IS 187 (73.44% from 255) = 27.42%

R = 37.1%
G = 35.48%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDF2BB (or 0xFDF2BB) is known color: Corn Field. HEX triplet: FD, F2 and BB. RGB value is (253,242,187). Sum of RGB (Red+Green+Blue) = 253+242+187=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2BB is #020D44. Grayscale: #EFEFEF. Windows color (decimal): -134469 or 12317437. OLE color: 12317437.

HSL color Cylindrical-coordinate representation of color #FDF2BB: hue angle of 50º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDF2BB is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 187 -
CMYK 0 0.04 0.26 0.01
HSL 50º 0.94% 0.86% -
HSV(B) 50º 0.26% 0.99% -
XYZ 81.23 87.97 59.71 -
YUV 239.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 253 242 187 0 0.04 0.26 0.01 50 0.94 0.86
Hex FD F2 BB 0 4 1A 1 32 5E 56
Octal 375 362 273 0 4 32 1 62 136 126
Binary 11111101 11110010 10111011 0 100 11010 1 110010 1011110 1010110

Color Harmonies of #FDF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2BB

Black with #FDF2BB

Text Example


Text Example

White with #FDF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2BB; }

 p { color: rgb(253,242,187); }

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

background-color css

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

 a { background-color: rgb(253,242,187); }

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

border-color css

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

 span { border-color: rgb(253,242,187); }

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