#FDFABA

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

Shades of Cumulus #FDFABA

Tints of Cumulus #FDFABA

Color information

#FDFABA (or 0xFDFABA) is unknown color: approx Cumulus. HEX triplet: FD, FA and BA. RGB value is (253,250,186). Sum of RGB (Red+Green+Blue) = 253+250+186=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 186 (73.05% from 255 or 27.00% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFABA is #020545. Grayscale: #F3F3F3. Windows color (decimal): -132422 or 12253949. OLE color: 12253949.

HSL color Cylindrical-coordinate representation of color #FDFABA: hue angle of 57.31º 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 #FDFABA is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253250186-
CMYK00.010.260.01
HSL57.31º94.37%86.08%-
HSV(B)57.31º26.48%99.22%-
XYZ83.5692.859.96-
YUV243.695.49134.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 186 (73.05% from 255) = 27.00%
R=36.72%
G=36.28%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325018600.010.260.0157.3194.3786.08
HexFDFABA011A1395e56
Octal3753722720132171136126
Binary1111110111111010101110100111010111100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFABA; }

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

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

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

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

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

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

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

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