Html Css Color HEX #FFF5C6 Corn Field

📋 copy color: '#FFF5C6'

red 255 ◦ green 245 ◦ blue 198

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

Shades of Corn Field #FFF5C6

Tints of Corn Field #FFF5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.37%

R = 36.53%
G = 35.1%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFF5C6 (or 0xFFF5C6) is known color: Corn Field. HEX triplet: FF, F5 and C6. RGB value is (255,245,198). Sum of RGB (Red+Green+Blue) = 255+245+198=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 198 (77.73% from 255 or 28.37% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5C6 is #000A39. Grayscale: #F2F2F2. Windows color (decimal): -2618 or 13039103. OLE color: 13039103.

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

Color convert

RGB 255 245 198 -
CMYK 0 0.04 0.22 0
HSL 49.47º 1% 0.89% -
HSV(B) 49.47º 0.22% 1% -
XYZ 84.09 90.64 66.49 -
YUV 242.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 255 245 198 0 0.04 0.22 0 49.47 1 0.89
Hex FF F5 C6 0 4 16 0 31 64 59
Octal 377 365 306 0 4 26 0 61 144 131
Binary 11111111 11110101 11000110 0 100 10110 0 110001 1100100 1011001

Color Harmonies of #FFF5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5C6

Black with #FFF5C6

Text Example


Text Example

White with #FFF5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5C6; }

 p { color: rgb(255,245,198); }

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

background-color css

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

 a { background-color: rgb(255,245,198); }

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

border-color css

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

 span { border-color: rgb(255,245,198); }

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