#FDFBBF

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

Shades of Cumulus #FDFBBF

Tints of Cumulus #FDFBBF

Color information

#FDFBBF (or 0xFDFBBF) is unknown color: approx Cumulus. HEX triplet: FD, FB and BF. RGB value is (253,251,191). Sum of RGB (Red+Green+Blue) = 253+251+191=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 191 (75% from 255 or 27.48% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBBF is #020440. Grayscale: #F5F5F5. Windows color (decimal): -132161 or 12581885. OLE color: 12581885.

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

Color convert

RGB253251191-
CMYK00.010.250.01
HSL58.06º93.94%87.06%-
HSV(B)58.06º24.51%99.22%-
XYZ84.4193.6462.92-
YUV244.7697.66133.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.40%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 191 (75% from 255) = 27.48%
R=36.40%
G=36.12%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325119100.010.250.0158.0693.9487.06
HexFDFBBF011913a5e57
Octal3753732770131172136127
Binary1111110111111011101111110111001111101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBBF; }

 p { color: rgb(253,251,191); }

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

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

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

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

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

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

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