#FBFFDC

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

Shades of Light Yellow #FBFFDC

Tints of Light Yellow #FBFFDC

Color information

#FBFFDC (or 0xFBFFDC) is unknown color: approx Light Yellow. HEX triplet: FB, FF and DC. RGB value is (251,255,220). Sum of RGB (Red+Green+Blue) = 251+255+220=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 220 (86.33% from 255 or 30.30% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFDC is #040023. Grayscale: #F9F9F9. Windows color (decimal): -262180 or 14483451. OLE color: 14483451.

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

Color convert

RGB251255220-
CMYK0.0200.140
HSL66.86º100%93.14%-
HSV(B)66.86º13.73%100%-
XYZ88.4697.281.81-
YUV249.81111.17128.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.57%
GREEN value IS 255 (100% from 255) = 35.12%
BLUE value IS 220 (86.33% from 255) = 30.30%
R=34.57%
G=35.12%
B=30.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552200.0200.14066.8610093.14
HexFBFFDC20E043645d
Octal37337733420160103144135
Binary11111011111111111101110010011100100001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFDC; }

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

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

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

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

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

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

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

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