#FBFFB8

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

Shades of Chiffon #FBFFB8

Tints of Chiffon #FBFFB8

Color information

#FBFFB8 (or 0xFBFFB8) is unknown color: approx Chiffon. HEX triplet: FB, FF and B8. RGB value is (251,255,184). Sum of RGB (Red+Green+Blue) = 251+255+184=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 184 (72.27% from 255 or 26.67% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFB8 is #040047. Grayscale: #F5F5F5. Windows color (decimal): -262216 or 12124155. OLE color: 12124155.

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

Color convert

RGB251255184-
CMYK0.0200.280
HSL63.38º100%86.08%-
HSV(B)63.38º27.84%100%-
XYZ84.295.4959.34-
YUV245.7193.17131.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 184 (72.27% from 255) = 26.67%
R=36.38%
G=36.96%
B=26.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551840.0200.28063.3810086.08
HexFBFFB8201C03f6456
Octal3733772702034077144126
Binary11111011111111111011100010011100011111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFB8; }

 p { color: rgb(251,255,184); }

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

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

 a { background-color: rgb(251,255,184); }

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

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

 span { border-color: rgb(251,255,184); }

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