#f8ffbf

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

Shades of Chiffon #F8FFBF

Tints of Chiffon #F8FFBF

Color information

#F8FFBF (or 0xF8FFBF) is unknown color: approx Chiffon. HEX triplet: F8, FF and BF. RGB value is (248,255,191). Sum of RGB (Red+Green+Blue) = 248+255+191=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 191 (75% from 255 or 27.52% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFBF is #070040. Grayscale: #F5F5F5. Windows color (decimal): -458817 or 12582904. OLE color: 12582904.

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

Color convert

RGB248255191-
CMYK0.0300.250
HSL66.56º100%87.45%-
HSV(B)66.56º25.1%100%-
XYZ83.8895.2463.25-
YUV245.6197.18129.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.73%
GREEN value IS 255 (100% from 255) = 36.74%
BLUE value IS 191 (75% from 255) = 27.52%
R=35.73%
G=36.74%
B=27.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482551910.0300.25066.5610087.45
HexF8FFBF30190436457
Octal37037727730310103144127
Binary111110001111111110111111110110010100001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8ffbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8ffbf; }

 p { color: rgb(248,255,191); }

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

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

 a { background-color: rgb(248,255,191); }

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

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

 span { border-color: rgb(248,255,191); }

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