Html Css Color HEX #FDFCB9 Cumulus

📋 copy color: '#FDFCB9'

red 253 ◦ green 252 ◦ blue 185

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

Shades of Cumulus #FDFCB9

Tints of Cumulus #FDFCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 26.81%

R = 36.67%
G = 36.52%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDFCB9 (or 0xFDFCB9) is known color: Cumulus. HEX triplet: FD, FC and B9. RGB value is (253,252,185). Sum of RGB (Red+Green+Blue) = 253+252+185=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 185 (72.66% from 255 or 26.81% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCB9 is #020346. Grayscale: #F4F4F4. Windows color (decimal): -131911 or 12188925. OLE color: 12188925.

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

Color convert

RGB 253 252 185 -
CMYK 0 0.00 0.27 0.01
HSL 59.12º 0.94% 0.86% -
HSV(B) 59.12º 0.27% 0.99% -
XYZ 84.08 94.01 59.61 -
YUV 244.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 253 252 185 0 0.00 0.27 0.01 59.12 0.94 0.86
Hex FD FC B9 0 0 1B 1 3B 5E 56
Octal 375 374 271 0 0 33 1 73 136 126
Binary 11111101 11111100 10111001 0 0 11011 1 111011 1011110 1010110

Color Harmonies of #FDFCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCB9

Black with #FDFCB9

Text Example


Text Example

White with #FDFCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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