#FDFFBF

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

Shades of Cumulus #FDFFBF

Tints of Cumulus #FDFFBF

Color information

#FDFFBF (or 0xFDFFBF) is unknown color: approx Cumulus. HEX triplet: FD, FF and BF. RGB value is (253,255,191). Sum of RGB (Red+Green+Blue) = 253+255+191=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 191 (75% from 255 or 27.32% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFBF is #020040. Grayscale: #F7F7F7. Windows color (decimal): -131137 or 12582909. OLE color: 12582909.

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

Color convert

RGB253255191-
CMYK0.0100.250
HSL61.88º100%87.45%-
HSV(B)61.88º25.1%100%-
XYZ85.6796.1663.34-
YUV247.1196.34132.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 191 (75% from 255) = 27.32%
R=36.19%
G=36.48%
B=27.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551910.0100.25061.8810087.45
HexFDFFBF101903e6457
Octal3753772771031076144127
Binary1111110111111111101111111011001011111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFBF; }

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

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

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

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

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

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

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

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