#FFFDBF

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

Shades of Cumulus #FFFDBF

Tints of Cumulus #FFFDBF

Color information

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

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

Color convert

RGB255253191-
CMYK00.010.250
HSL58.12º100%87.45%-
HSV(B)58.12º25.1%100%-
XYZ85.7795.2763.16-
YUV246.5396.66134.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525319100.010.25058.1210087.45
HexFFFDBF011903a6457
Octal3773752770131072144127
Binary1111111111111101101111110111001011101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDBF; }

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

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

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

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

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

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

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

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