#FDFDBA

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

Shades of Cumulus #FDFDBA

Tints of Cumulus #FDFDBA

Color information

#FDFDBA (or 0xFDFDBA) is unknown color: approx Cumulus. HEX triplet: FD, FD and BA. RGB value is (253,253,186). Sum of RGB (Red+Green+Blue) = 253+253+186=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 186 (73.05% from 255 or 26.88% from 692); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDBA is #020245. Grayscale: #F5F5F5. Windows color (decimal): -131654 or 12254717. OLE color: 12254717.

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

Color convert

RGB253253186-
CMYK000.260.01
HSL60º94.37%86.08%-
HSV(B)60º26.48%99.22%-
XYZ84.594.6860.28-
YUV245.3694.5133.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 253 (99.22% from 255) = 36.56%
BLUE value IS 186 (73.05% from 255) = 26.88%
R=36.56%
G=36.56%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253186000.260.016094.3786.08
HexFDFDBA001A13c5e56
Octal3753752720032174136126
Binary1111110111111101101110100011010111110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDBA; }

 p { color: rgb(253,253,186); }

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

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

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

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

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

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

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