Html Css Color HEX #FDFCB6 Cumulus

📋 copy color: '#FDFCB6'

red 253 ◦ green 252 ◦ blue 182

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

Shades of Cumulus #FDFCB6

Tints of Cumulus #FDFCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 26.49%

R = 36.83%
G = 36.68%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDFCB6 (or 0xFDFCB6) is known color: Cumulus. HEX triplet: FD, FC and B6. RGB value is (253,252,182). Sum of RGB (Red+Green+Blue) = 253+252+182=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 182 (71.48% from 255 or 26.49% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCB6 is #020349. Grayscale: #F4F4F4. Windows color (decimal): -131914 or 11992317. OLE color: 11992317.

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

Color convert

RGB 253 252 182 -
CMYK 0 0.00 0.28 0.01
HSL 59.15º 0.95% 0.85% -
HSV(B) 59.15º 0.28% 0.99% -
XYZ 83.76 93.88 57.96 -
YUV 244.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 253 252 182 0 0.00 0.28 0.01 59.15 0.95 0.85
Hex FD FC B6 0 0 1C 1 3B 5F 55
Octal 375 374 266 0 0 34 1 73 137 125
Binary 11111101 11111100 10110110 0 0 11100 1 111011 1011111 1010101

Color Harmonies of #FDFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCB6

Black with #FDFCB6

Text Example


Text Example

White with #FDFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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