#FBFFD0

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

Shades of Light Goldenrod Yellow #FBFFD0

Tints of Light Goldenrod Yellow #FBFFD0

Color information

#FBFFD0 (or 0xFBFFD0) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FF and D0. RGB value is (251,255,208). Sum of RGB (Red+Green+Blue) = 251+255+208=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 208 (81.64% from 255 or 29.13% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFD0 is #04002F. Grayscale: #F8F8F8. Windows color (decimal): -262192 or 13697019. OLE color: 13697019.

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

Color convert

RGB251255208-
CMYK0.0200.180
HSL65.11º100%90.78%-
HSV(B)65.11º18.43%100%-
XYZ86.9396.5873.74-
YUV248.45105.17129.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 208 (81.64% from 255) = 29.13%
R=35.15%
G=35.71%
B=29.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552080.0200.18065.1110090.78
HexFBFFD02012041645b
Octal37337732020220101144133
Binary111110111111111111010000100100100100000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFD0; }

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

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

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

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

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

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

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

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