Html Css Color HEX #FDF5BB Corn Field

📋 copy color: '#FDF5BB'

red 253 ◦ green 245 ◦ blue 187

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

Shades of Corn Field #FDF5BB

Tints of Corn Field #FDF5BB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.77%

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

R = 36.93%
G = 35.77%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDF5BB (or 0xFDF5BB) is known color: Corn Field. HEX triplet: FD, F5 and BB. RGB value is (253,245,187). Sum of RGB (Red+Green+Blue) = 253+245+187=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 187 (73.44% from 255 or 27.30% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5BB is #020A44. Grayscale: #F1F1F1. Windows color (decimal): -133701 or 12318205. OLE color: 12318205.

HSL color Cylindrical-coordinate representation of color #FDF5BB: hue angle of 52.73º 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 #FDF5BB is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 187 -
CMYK 0 0.03 0.26 0.01
HSL 52.73º 0.94% 0.86% -
HSV(B) 52.73º 0.26% 0.99% -
XYZ 82.13 89.78 60.01 -
YUV 240.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 253 245 187 0 0.03 0.26 0.01 52.73 0.94 0.86
Hex FD F5 BB 0 3 1A 1 35 5E 56
Octal 375 365 273 0 3 32 1 65 136 126
Binary 11111101 11110101 10111011 0 11 11010 1 110101 1011110 1010110

Color Harmonies of #FDF5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5BB

Black with #FDF5BB

Text Example


Text Example

White with #FDF5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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