#FDFDC4

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

Shades of Cumulus #FDFDC4

Tints of Cumulus #FDFDC4

Color information

#FDFDC4 (or 0xFDFDC4) is unknown color: approx Cumulus. HEX triplet: FD, FD and C4. RGB value is (253,253,196). Sum of RGB (Red+Green+Blue) = 253+253+196=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 196 (76.95% from 255 or 27.92% from 702); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDC4 is #02023B. Grayscale: #F6F6F6. Windows color (decimal): -131644 or 12910077. OLE color: 12910077.

HSL color Cylindrical-coordinate representation of color #FDFDC4: hue angle of 60º degrees, saturation: 0.93, 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 #FDFDC4 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253253196-
CMYK000.230.01
HSL60º93.44%88.04%-
HSV(B)60º22.53%99.22%-
XYZ85.695.1266.07-
YUV246.599.5132.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 253 (99.22% from 255) = 36.04%
BLUE value IS 196 (76.95% from 255) = 27.92%
R=36.04%
G=36.04%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253196000.230.016093.4488.04
HexFDFDC4001713c5d58
Octal3753753040027174135130
Binary1111110111111101110001000010111111110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDC4; }

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

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

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

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

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

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

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

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