Html Css Color HEX #FDFABE Cumulus

📋 copy color: '#FDFABE'

red 253 ◦ green 250 ◦ blue 190

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

Shades of Cumulus #FDFABE

Tints of Cumulus #FDFABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 27.42%

R = 36.51%
G = 36.08%
B = 27.42%

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

#FDFABE (or 0xFDFABE) is known color: Cumulus. HEX triplet: FD, FA and BE. RGB value is (253,250,190). Sum of RGB (Red+Green+Blue) = 253+250+190=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 190 (74.61% from 255 or 27.42% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFABE is #020541. Grayscale: #F4F4F4. Windows color (decimal): -132418 or 12516093. OLE color: 12516093.

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

Color convert

RGB 253 250 190 -
CMYK 0 0.01 0.25 0.01
HSL 57.14º 0.94% 0.87% -
HSV(B) 57.14º 0.25% 0.99% -
XYZ 83.99 92.97 62.23 -
YUV 244.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 253 250 190 0 0.01 0.25 0.01 57.14 0.94 0.87
Hex FD FA BE 0 1 19 1 39 5E 57
Octal 375 372 276 0 1 31 1 71 136 127
Binary 11111101 11111010 10111110 0 1 11001 1 111001 1011110 1010111

Color Harmonies of #FDFABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFABE

Black with #FDFABE

Text Example


Text Example

White with #FDFABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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