#F6FFBD

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

Shades of Chiffon #F6FFBD

Tints of Chiffon #F6FFBD

Color information

#F6FFBD (or 0xF6FFBD) is unknown color: approx Chiffon. HEX triplet: F6, FF and BD. RGB value is (246,255,189). Sum of RGB (Red+Green+Blue) = 246+255+189=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 189 (74.22% from 255 or 27.39% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFBD is #090042. Grayscale: #F5F5F5. Windows color (decimal): -589891 or 12451830. OLE color: 12451830.

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

Color convert

RGB246255189-
CMYK0.0400.260
HSL68.18º100%87.06%-
HSV(B)68.18º25.88%100%-
XYZ82.9594.7962.07-
YUV244.7896.52128.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.65%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 189 (74.22% from 255) = 27.39%
R=35.65%
G=36.96%
B=27.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462551890.0400.26068.1810087.06
HexF6FFBD401A0446457
Octal36637727540320104144127
Binary1111011011111111101111011000110100100010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFBD; }

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

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

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

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

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

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

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

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