#FBFFDF

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

Shades of Light Yellow #FBFFDF

Tints of Light Yellow #FBFFDF

Color information

#FBFFDF (or 0xFBFFDF) is unknown color: approx Light Yellow. HEX triplet: FB, FF and DF. RGB value is (251,255,223). Sum of RGB (Red+Green+Blue) = 251+255+223=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 223 (87.5% from 255 or 30.59% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFDF is #040020. Grayscale: #FAFAFA. Windows color (decimal): -262177 or 14680059. OLE color: 14680059.

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

Color convert

RGB251255223-
CMYK0.0200.130
HSL67.5º100%93.73%-
HSV(B)67.5º12.55%100%-
XYZ88.8697.3683.92-
YUV250.16112.67128.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.43%
GREEN value IS 255 (100% from 255) = 34.98%
BLUE value IS 223 (87.5% from 255) = 30.59%
R=34.43%
G=34.98%
B=30.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552230.0200.13067.510093.73
HexFBFFDF20D044645e
Octal37337733720150104144136
Binary11111011111111111101111110011010100010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFDF; }

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

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

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

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

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

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

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

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