#FDFDC1

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

Shades of Cumulus #FDFDC1

Tints of Cumulus #FDFDC1

Color information

#FDFDC1 (or 0xFDFDC1) is unknown color: approx Cumulus. HEX triplet: FD, FD and C1. RGB value is (253,253,193). Sum of RGB (Red+Green+Blue) = 253+253+193=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 193 (75.78% from 255 or 27.61% from 699); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDC1 is #02023E. Grayscale: #F6F6F6. Windows color (decimal): -131647 or 12713469. OLE color: 12713469.

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

Color convert

RGB253253193-
CMYK000.240.01
HSL60º93.75%87.45%-
HSV(B)60º23.72%99.22%-
XYZ85.2694.9864.29-
YUV246.1698132.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 253 (99.22% from 255) = 36.19%
BLUE value IS 193 (75.78% from 255) = 27.61%
R=36.19%
G=36.19%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253193000.240.016093.7587.45
HexFDFDC1001813c5e57
Octal3753753010030174136127
Binary1111110111111101110000010011000111110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDC1; }

 p { color: rgb(253,253,193); }

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

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

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

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

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

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

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