Html Css Color HEX #FDF9B7 Cumulus

📋 copy color: '#FDF9B7'

red 253 ◦ green 249 ◦ blue 183

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

Shades of Cumulus #FDF9B7

Tints of Cumulus #FDF9B7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.35%

 BLUE value IS 183 (71.88% from 255) = 26.72%

R = 36.93%
G = 36.35%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDF9B7 (or 0xFDF9B7) is known color: Cumulus. HEX triplet: FD, F9 and B7. RGB value is (253,249,183). Sum of RGB (Red+Green+Blue) = 253+249+183=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 183 (71.88% from 255 or 26.72% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9B7 is #020648. Grayscale: #F2F2F2. Windows color (decimal): -132681 or 12057085. OLE color: 12057085.

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

Color convert

RGB 253 249 183 -
CMYK 0 0.02 0.28 0.01
HSL 56.57º 0.95% 0.85% -
HSV(B) 56.57º 0.28% 0.99% -
XYZ 82.93 92.05 58.2 -
YUV 242.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 253 249 183 0 0.02 0.28 0.01 56.57 0.95 0.85
Hex FD F9 B7 0 2 1C 1 39 5F 55
Octal 375 371 267 0 2 34 1 71 137 125
Binary 11111101 11111001 10110111 0 10 11100 1 111001 1011111 1010101

Color Harmonies of #FDF9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9B7

Black with #FDF9B7

Text Example


Text Example

White with #FDF9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9B7; }

 p { color: rgb(253,249,183); }

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

background-color css

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

 a { background-color: rgb(253,249,183); }

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

border-color css

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

 span { border-color: rgb(253,249,183); }

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