#F6FFBE

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

Shades of Chiffon #F6FFBE

Tints of Chiffon #F6FFBE

Color information

#F6FFBE (or 0xF6FFBE) is unknown color: approx Chiffon. HEX triplet: F6, FF and BE. RGB value is (246,255,190). Sum of RGB (Red+Green+Blue) = 246+255+190=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 190 (74.61% from 255 or 27.50% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFBE is #090041. Grayscale: #F5F5F5. Windows color (decimal): -589890 or 12517366. OLE color: 12517366.

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

Color convert

RGB246255190-
CMYK0.0400.250
HSL68.31º100%87.25%-
HSV(B)68.31º25.49%100%-
XYZ83.0694.8362.64-
YUV244.997.02128.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.60%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 190 (74.61% from 255) = 27.50%
R=35.60%
G=36.90%
B=27.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462551900.0400.25068.3110087.25
HexF6FFBE40190446457
Octal36637727640310104144127
Binary1111011011111111101111101000110010100010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFBE; }

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

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

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

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

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

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

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

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