Html Css Color HEX #FEFABD Corn Field

📋 copy color: '#FEFABD'

red 254 ◦ green 250 ◦ blue 189

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

Shades of Corn Field #FEFABD

Tints of Corn Field #FEFABD

RGB

 RED value IS 254 (99.61% from 255) = 36.65%

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

 BLUE value IS 189 (74.22% from 255) = 27.27%

R = 36.65%
G = 36.08%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEFABD (or 0xFEFABD) is known color: Corn Field. HEX triplet: FE, FA and BD. RGB value is (254,250,189). Sum of RGB (Red+Green+Blue) = 254+250+189=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 189 (74.22% from 255 or 27.27% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFABD is #010542. Grayscale: #F4F4F4. Windows color (decimal): -66883 or 12450558. OLE color: 12450558.

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

Color convert

RGB 254 250 189 -
CMYK 0 0.02 0.26 0.00
HSL 56.31º 0.97% 0.87% -
HSV(B) 56.31º 0.26% 1% -
XYZ 84.24 93.12 61.68 -
YUV 244.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 254 250 189 0 0.02 0.26 0.00 56.31 0.97 0.87
Hex FE FA BD 0 2 1A 0 38 61 57
Octal 376 372 275 0 2 32 0 70 141 127
Binary 11111110 11111010 10111101 0 10 11010 0 111000 1100001 1010111

Color Harmonies of #FEFABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFABD

Black with #FEFABD

Text Example


Text Example

White with #FEFABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFABD; }

 p { color: rgb(254,250,189); }

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

background-color css

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

 a { background-color: rgb(254,250,189); }

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

border-color css

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

 span { border-color: rgb(254,250,189); }

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