Html Css Color HEX #FDFCC2 Cumulus

📋 copy color: '#FDFCC2'

red 253 ◦ green 252 ◦ blue 194

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

Shades of Cumulus #FDFCC2

Tints of Cumulus #FDFCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 27.75%

R = 36.19%
G = 36.05%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDFCC2 (or 0xFDFCC2) is known color: Cumulus. HEX triplet: FD, FC and C2. RGB value is (253,252,194). Sum of RGB (Red+Green+Blue) = 253+252+194=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 194 (76.17% from 255 or 27.75% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCC2 is #02033D. Grayscale: #F5F5F5. Windows color (decimal): -131902 or 12778749. OLE color: 12778749.

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

Color convert

RGB 253 252 194 -
CMYK 0 0.00 0.23 0.01
HSL 58.98º 0.94% 0.88% -
HSV(B) 58.98º 0.23% 0.99% -
XYZ 85.06 94.4 64.78 -
YUV 245.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 253 252 194 0 0.00 0.23 0.01 58.98 0.94 0.88
Hex FD FC C2 0 0 17 1 3B 5E 58
Octal 375 374 302 0 0 27 1 73 136 130
Binary 11111101 11111100 11000010 0 0 10111 1 111011 1011110 1011000

Color Harmonies of #FDFCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCC2

Black with #FDFCC2

Text Example


Text Example

White with #FDFCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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