Html Css Color HEX #FFFAC2 Corn Field

📋 copy color: '#FFFAC2'

red 255 ◦ green 250 ◦ blue 194

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

Shades of Corn Field #FFFAC2

Tints of Corn Field #FFFAC2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.77%

 BLUE value IS 194 (76.17% from 255) = 27.75%

R = 36.48%
G = 35.77%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFFAC2 (or 0xFFFAC2) is known color: Corn Field. HEX triplet: FF, FA and C2. RGB value is (255,250,194). Sum of RGB (Red+Green+Blue) = 255+250+194=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 194 (76.17% from 255 or 27.75% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAC2 is #00053D. Grayscale: #F5F5F5. Windows color (decimal): -1342 or 12778239. OLE color: 12778239.

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

Color convert

RGB 255 250 194 -
CMYK 0 0.02 0.24 0
HSL 55.08º 1% 0.88% -
HSV(B) 55.08º 0.24% 1% -
XYZ 85.16 93.53 64.6 -
YUV 245.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 255 250 194 0 0.02 0.24 0 55.08 1 0.88
Hex FF FA C2 0 2 18 0 37 64 58
Octal 377 372 302 0 2 30 0 67 144 130
Binary 11111111 11111010 11000010 0 10 11000 0 110111 1100100 1011000

Color Harmonies of #FFFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFAC2

Black with #FFFAC2

Text Example


Text Example

White with #FFFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFAC2; }

 p { color: rgb(255,250,194); }

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

background-color css

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

 a { background-color: rgb(255,250,194); }

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

border-color css

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

 span { border-color: rgb(255,250,194); }

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