#FBF7CF

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

Shades of Lemon Chiffon #FBF7CF

Tints of Lemon Chiffon #FBF7CF

Color information

#FBF7CF (or 0xFBF7CF) is unknown color: approx Lemon Chiffon. HEX triplet: FB, F7 and CF. RGB value is (251,247,207). Sum of RGB (Red+Green+Blue) = 251+247+207=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 207 (81.25% from 255 or 29.36% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7CF is #040830. Grayscale: #F3F3F3. Windows color (decimal): -264241 or 13629435. OLE color: 13629435.

HSL color Cylindrical-coordinate representation of color #FBF7CF: hue angle of 54.55º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBF7CF is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251247207-
CMYK00.020.180.02
HSL54.55º84.62%89.8%-
HSV(B)54.55º17.53%98.43%-
XYZ84.3191.5472.26-
YUV243.64107.33133.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 247 (96.88% from 255) = 35.04%
BLUE value IS 207 (81.25% from 255) = 29.36%
R=35.60%
G=35.04%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124720700.020.180.0254.5584.6289.8
HexFBF7CF0212237555a
Octal3733673170222267125132
Binary111110111111011111001111010100101011011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7CF; }

 p { color: rgb(251,247,207); }

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

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

 a { background-color: rgb(251,247,207); }

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

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

 span { border-color: rgb(251,247,207); }

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