#F9FCBD

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

Shades of Cumulus #F9FCBD

Tints of Cumulus #F9FCBD

Color information

#F9FCBD (or 0xF9FCBD) is unknown color: approx Cumulus. HEX triplet: F9, FC and BD. RGB value is (249,252,189). Sum of RGB (Red+Green+Blue) = 249+252+189=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 189 (74.22% from 255 or 27.39% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FCBD is #060342. Grayscale: #F4F4F4. Windows color (decimal): -394051 or 12451065. OLE color: 12451065.

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

Color convert

RGB249252189-
CMYK0.0100.250.01
HSL62.86º91.3%86.47%-
HSV(B)62.86º25%98.82%-
XYZ83.0693.4361.8-
YUV243.9297.01131.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.09%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 189 (74.22% from 255) = 27.39%
R=36.09%
G=36.52%
B=27.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492521890.0100.250.0162.8691.386.47
HexF9FCBD101913f5b56
Octal3713742751031177133126
Binary1111100111111100101111011011001111111110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FCBD; }

 p { color: rgb(249,252,189); }

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

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

 a { background-color: rgb(249,252,189); }

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

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

 span { border-color: rgb(249,252,189); }

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