#FBFEDF

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

Shades of Light Yellow #FBFEDF

Tints of Light Yellow #FBFEDF

Color information

#FBFEDF (or 0xFBFEDF) is unknown color: approx Light Yellow. HEX triplet: FB, FE and DF. RGB value is (251,254,223). Sum of RGB (Red+Green+Blue) = 251+254+223=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 223 (87.5% from 255 or 30.63% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEDF is #040120. Grayscale: #F9F9F9. Windows color (decimal): -262433 or 14679803. OLE color: 14679803.

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

Color convert

RGB251254223-
CMYK0.0100.120.00
HSL65.81º93.94%93.53%-
HSV(B)65.81º12.2%99.61%-
XYZ88.5496.7283.81-
YUV249.57113.01129.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 254 (99.61% from 255) = 34.89%
BLUE value IS 223 (87.5% from 255) = 30.63%
R=34.48%
G=34.89%
B=30.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512542230.0100.120.0065.8193.9493.53
HexFBFEDF10C0425e5e
Octal37337633710140102136136
Binary1111101111111110110111111011000100001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFEDF; }

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

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

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

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

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

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

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

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