#FFFDBB

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

Shades of Cumulus #FFFDBB

Tints of Cumulus #FFFDBB

Color information

#FFFDBB (or 0xFFFDBB) is unknown color: approx Cumulus. HEX triplet: FF, FD and BB. RGB value is (255,253,187). Sum of RGB (Red+Green+Blue) = 255+253+187=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 187 (73.44% from 255 or 26.91% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDBB is #000244. Grayscale: #F6F6F6. Windows color (decimal): -581 or 12320255. OLE color: 12320255.

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

Color convert

RGB255253187-
CMYK00.010.270
HSL58.24º100%86.67%-
HSV(B)58.24º26.67%100%-
XYZ85.3395.160.87-
YUV246.0794.66134.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 187 (73.44% from 255) = 26.91%
R=36.69%
G=36.40%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525318700.010.27058.2410086.67
HexFFFDBB011B03a6457
Octal3773752730133072144127
Binary1111111111111101101110110111011011101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDBB; }

 p { color: rgb(255,253,187); }

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

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

 a { background-color: rgb(255,253,187); }

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

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

 span { border-color: rgb(255,253,187); }

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