#FDFFBC

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

Shades of Cumulus #FDFFBC

Tints of Cumulus #FDFFBC

Color information

#FDFFBC (or 0xFDFFBC) is unknown color: approx Cumulus. HEX triplet: FD, FF and BC. RGB value is (253,255,188). Sum of RGB (Red+Green+Blue) = 253+255+188=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 188 (73.83% from 255 or 27.01% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFBC is #020043. Grayscale: #F7F7F7. Windows color (decimal): -131140 or 12386301. OLE color: 12386301.

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

Color convert

RGB253255188-
CMYK0.0100.260
HSL61.79º100%86.86%-
HSV(B)61.79º26.27%100%-
XYZ85.3596.0361.62-
YUV246.7694.84132.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 188 (73.83% from 255) = 27.01%
R=36.35%
G=36.64%
B=27.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551880.0100.26061.7910086.86
HexFDFFBC101A03e6457
Octal3753772741032076144127
Binary1111110111111111101111001011010011111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFBC; }

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

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

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

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

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

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

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

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