Html Css Color HEX #FDFDC1 Cumulus

📋 copy color: '#FDFDC1'

red 253 ◦ green 253 ◦ blue 193

#FDFDC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cumulus #FDFDC1

Tints of Cumulus #FDFDC1

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 value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FDFDC1 (or 0xFDFDC1) is known color: 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

RGB 253 253 193 -
CMYK 0 0 0.24 0.01
HSL 60º 0.94% 0.87% -
HSV(B) 60º 0.24% 0.99% -
XYZ 85.26 94.98 64.29 -
YUV 246.16 98 132.88 -
System Red Green Blue C M Y K H S L
Decimal 253 253 193 0 0 0.24 0.01 60 0.94 0.87
Hex FD FD C1 0 0 18 1 3C 5E 57
Octal 375 375 301 0 0 30 1 74 136 127
Binary 11111101 11111101 11000001 0 0 11000 1 111100 1011110 1010111

Color Harmonies of #FDFDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDC1

Black with #FDFDC1

Text Example


Text Example

White with #FDFDC1

Text Example


Text Example

HTML Codes & Css Web 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>