#F6FEBD

Color #F6FEBD Chiffon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chiffon #F6FEBD

Tints of Chiffon #F6FEBD

Color information

#F6FEBD (or 0xF6FEBD) is unknown color: approx Chiffon. HEX triplet: F6, FE and BD. RGB value is (246,254,189). Sum of RGB (Red+Green+Blue) = 246+254+189=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 189 (74.22% from 255 or 27.43% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FEBD is #090142. Grayscale: #F4F4F4. Windows color (decimal): -590147 or 12451574. OLE color: 12451574.

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

Color convert

RGB246254189-
CMYK0.0300.260.00
HSL67.38º97.01%86.86%-
HSV(B)67.38º25.59%99.61%-
XYZ82.6394.1561.96-
YUV244.296.85129.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.70%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 189 (74.22% from 255) = 27.43%
R=35.70%
G=36.87%
B=27.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462541890.0300.260.0067.3897.0186.86
HexF6FEBD301A0436157
Octal36637627530320103141127
Binary111101101111111010111101110110100100001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FEBD; }

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

 H1.HeaderClassName
 {
   color: #F6FEBD;
 }
 .AnyTagClassName
 {
   color: #F6FEBD;
 }
</style>
background-color css

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

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

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

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

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

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