Html Css Color HEX #FDFCC1 Cumulus

📋 copy color: '#FDFCC1'

red 253 ◦ green 252 ◦ blue 193

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

Shades of Cumulus #FDFCC1

Tints of Cumulus #FDFCC1

RGB

 RED value IS 253 (99.22% from 255) = 36.25%

 GREEN value IS 252 (98.83% from 255) = 36.1%

 BLUE value IS 193 (75.78% from 255) = 27.65%

R = 36.25%
G = 36.1%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FDFCC1 (or 0xFDFCC1) is known color: Cumulus. HEX triplet: FD, FC and C1. RGB value is (253,252,193). Sum of RGB (Red+Green+Blue) = 253+252+193=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 193 (75.78% from 255 or 27.65% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCC1 is #02033E. Grayscale: #F5F5F5. Windows color (decimal): -131903 or 12713213. OLE color: 12713213.

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

Color convert

RGB 253 252 193 -
CMYK 0 0.00 0.24 0.01
HSL 59º 0.94% 0.87% -
HSV(B) 59º 0.24% 0.99% -
XYZ 84.94 94.35 64.19 -
YUV 245.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 253 252 193 0 0.00 0.24 0.01 59 0.94 0.87
Hex FD FC C1 0 0 18 1 3B 5E 57
Octal 375 374 301 0 0 30 1 73 136 127
Binary 11111101 11111100 11000001 0 0 11000 1 111011 1011110 1010111

Color Harmonies of #FDFCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCC1

Black with #FDFCC1

Text Example


Text Example

White with #FDFCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCC1; }

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

 H1.HeaderClassName
 {
   color: #FDFCC1;
 }
 .AnyTagClassName
 {
   color: #FDFCC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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