Html Css Color HEX #FAF5CA Corn Field

📋 copy color: '#FAF5CA'

red 250 ◦ green 245 ◦ blue 202

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

Shades of Corn Field #FAF5CA

Tints of Corn Field #FAF5CA

RGB

 RED value IS 250 (98.05% from 255) = 35.87%

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

 BLUE value IS 202 (79.3% from 255) = 28.98%

R = 35.87%
G = 35.15%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAF5CA (or 0xFAF5CA) is known color: Corn Field. HEX triplet: FA, F5 and CA. RGB value is (250,245,202). Sum of RGB (Red+Green+Blue) = 250+245+202=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5CA is #050A35. Grayscale: #F1F1F1. Windows color (decimal): -330294 or 13301242. OLE color: 13301242.

HSL color Cylindrical-coordinate representation of color #FAF5CA: hue angle of 53.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAF5CA is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 245 202 -
CMYK 0 0.02 0.19 0.02
HSL 53.75º 0.83% 0.89% -
HSV(B) 53.75º 0.19% 0.98% -
XYZ 82.74 89.89 68.87 -
YUV 241.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 250 245 202 0 0.02 0.19 0.02 53.75 0.83 0.89
Hex FA F5 CA 0 2 13 2 36 53 59
Octal 372 365 312 0 2 23 2 66 123 131
Binary 11111010 11110101 11001010 0 10 10011 10 110110 1010011 1011001

Color Harmonies of #FAF5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5CA

Black with #FAF5CA

Text Example


Text Example

White with #FAF5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5CA; }

 p { color: rgb(250,245,202); }

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

background-color css

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

 a { background-color: rgb(250,245,202); }

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

border-color css

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

 span { border-color: rgb(250,245,202); }

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