#FBFBDF

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

Shades of Light Yellow #FBFBDF

Tints of Light Yellow #FBFBDF

Color information

#FBFBDF (or 0xFBFBDF) is unknown color: approx Light Yellow. HEX triplet: FB, FB and DF. RGB value is (251,251,223). Sum of RGB (Red+Green+Blue) = 251+251+223=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 251 (98.44% from 255 or 34.62% from 725); Blue value is 223 (87.5% from 255 or 30.76% from 725); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBDF is #040420. Grayscale: #F7F7F7. Windows color (decimal): -263201 or 14679035. OLE color: 14679035.

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

Color convert

RGB251251223-
CMYK000.110.02
HSL60º77.78%92.94%-
HSV(B)60º11.16%98.43%-
XYZ87.694.8383.5-
YUV247.81114130.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.62%
GREEN value IS 251 (98.44% from 255) = 34.62%
BLUE value IS 223 (87.5% from 255) = 30.76%
R=34.62%
G=34.62%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251223000.110.026077.7892.94
HexFBFBDF00B23c4e5d
Octal3733733370013274116135
Binary1111101111111011110111110010111011110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBDF; }

 p { color: rgb(251,251,223); }

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

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

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

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

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

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

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