#FDFDC3

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

Shades of Cumulus #FDFDC3

Tints of Cumulus #FDFDC3

Color information

#FDFDC3 (or 0xFDFDC3) is unknown color: approx Cumulus. HEX triplet: FD, FD and C3. RGB value is (253,253,195). Sum of RGB (Red+Green+Blue) = 253+253+195=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 195 (76.56% from 255 or 27.82% from 701); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDC3 is #02023C. Grayscale: #F6F6F6. Windows color (decimal): -131645 or 12844541. OLE color: 12844541.

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

Color convert

RGB253253195-
CMYK000.230.01
HSL60º93.55%87.84%-
HSV(B)60º22.92%99.22%-
XYZ85.4895.0765.48-
YUV246.3999132.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 195 (76.56% from 255) = 27.82%
R=36.09%
G=36.09%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253195000.230.016093.5587.84
HexFDFDC3001713c5e58
Octal3753753030027174136130
Binary1111110111111101110000110010111111110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDC3; }

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

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

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

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

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

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

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

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