#FBFDCF

Color #FBFDCF Light Goldenrod Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod Yellow #FBFDCF

Tints of Light Goldenrod Yellow #FBFDCF

Color information

#FBFDCF (or 0xFBFDCF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FD and CF. RGB value is (251,253,207). Sum of RGB (Red+Green+Blue) = 251+253+207=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 207 (81.25% from 255 or 29.11% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDCF is #040230. Grayscale: #F7F7F7. Windows color (decimal): -262705 or 13630971. OLE color: 13630971.

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

Color convert

RGB251253207-
CMYK0.0100.180.01
HSL62.61º92%90.2%-
HSV(B)62.61º18.18%99.22%-
XYZ86.1795.2672.88-
YUV247.16105.34130.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 207 (81.25% from 255) = 29.11%
R=35.30%
G=35.58%
B=29.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512532070.0100.180.0162.619290.2
HexFBFDCF101213f5c5a
Octal3733753171022177134132
Binary1111101111111101110011111010010111111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDCF; }

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

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

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

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

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

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

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

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