#FFFBCF

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

Shades of Lemon Chiffon #FFFBCF

Tints of Lemon Chiffon #FFFBCF

Color information

#FFFBCF (or 0xFFFBCF) is unknown color: approx Lemon Chiffon. HEX triplet: FF, FB and CF. RGB value is (255,251,207). Sum of RGB (Red+Green+Blue) = 255+251+207=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 207 (81.25% from 255 or 29.03% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBCF is #000430. Grayscale: #F7F7F7. Windows color (decimal): -1073 or 13630463. OLE color: 13630463.

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

Color convert

RGB255251207-
CMYK00.020.190
HSL55º100%90.59%-
HSV(B)55º18.82%100%-
XYZ8794.7672.74-
YUV247.18105.33133.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 207 (81.25% from 255) = 29.03%
R=35.76%
G=35.20%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525120700.020.1905510090.59
HexFFFBCF0213037645b
Octal3773733170223067144133
Binary11111111111110111100111101010011011011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBCF; }

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

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

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

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

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

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

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

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