Html Css Color HEX #FDFABF Cumulus

📋 copy color: '#FDFABF'

red 253 ◦ green 250 ◦ blue 191

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

Shades of Cumulus #FDFABF

Tints of Cumulus #FDFABF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.02%

 BLUE value IS 191 (75% from 255) = 27.52%

R = 36.46%
G = 36.02%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDFABF (or 0xFDFABF) is known color: Cumulus. HEX triplet: FD, FA and BF. RGB value is (253,250,191). Sum of RGB (Red+Green+Blue) = 253+250+191=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 191 (75% from 255 or 27.52% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFABF is #020540. Grayscale: #F4F4F4. Windows color (decimal): -132417 or 12581629. OLE color: 12581629.

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

Color convert

RGB 253 250 191 -
CMYK 0 0.01 0.25 0.01
HSL 57.1º 0.94% 0.87% -
HSV(B) 57.1º 0.25% 0.99% -
XYZ 84.1 93.02 62.81 -
YUV 244.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 253 250 191 0 0.01 0.25 0.01 57.1 0.94 0.87
Hex FD FA BF 0 1 19 1 39 5E 57
Octal 375 372 277 0 1 31 1 71 136 127
Binary 11111101 11111010 10111111 0 1 11001 1 111001 1011110 1010111

Color Harmonies of #FDFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFABF

Black with #FDFABF

Text Example


Text Example

White with #FDFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFABF; }

 p { color: rgb(253,250,191); }

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

background-color css

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

 a { background-color: rgb(253,250,191); }

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

border-color css

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

 span { border-color: rgb(253,250,191); }

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