Html Css Color HEX #FDFCBD Cumulus

📋 copy color: '#FDFCBD'

red 253 ◦ green 252 ◦ blue 189

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

Shades of Cumulus #FDFCBD

Tints of Cumulus #FDFCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.23%

R = 36.46%
G = 36.31%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDFCBD (or 0xFDFCBD) is known color: Cumulus. HEX triplet: FD, FC and BD. RGB value is (253,252,189). Sum of RGB (Red+Green+Blue) = 253+252+189=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 189 (74.22% from 255 or 27.23% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCBD is #020342. Grayscale: #F5F5F5. Windows color (decimal): -131907 or 12451069. OLE color: 12451069.

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

Color convert

RGB 253 252 189 -
CMYK 0 0.00 0.25 0.01
HSL 59.06º 0.94% 0.87% -
HSV(B) 59.06º 0.25% 0.99% -
XYZ 84.5 94.18 61.87 -
YUV 245.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 253 252 189 0 0.00 0.25 0.01 59.06 0.94 0.87
Hex FD FC BD 0 0 19 1 3B 5E 57
Octal 375 374 275 0 0 31 1 73 136 127
Binary 11111101 11111100 10111101 0 0 11001 1 111011 1011110 1010111

Color Harmonies of #FDFCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCBD

Black with #FDFCBD

Text Example


Text Example

White with #FDFCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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