Html Css Color HEX #FDFABC Cumulus

📋 copy color: '#FDFABC'

red 253 ◦ green 250 ◦ blue 188

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

Shades of Cumulus #FDFABC

Tints of Cumulus #FDFABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 27.21%

R = 36.61%
G = 36.18%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDFABC (or 0xFDFABC) is known color: Cumulus. HEX triplet: FD, FA and BC. RGB value is (253,250,188). Sum of RGB (Red+Green+Blue) = 253+250+188=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 188 (73.83% from 255 or 27.21% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFABC is #020543. Grayscale: #F4F4F4. Windows color (decimal): -132420 or 12385021. OLE color: 12385021.

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

Color convert

RGB 253 250 188 -
CMYK 0 0.01 0.26 0.01
HSL 57.23º 0.94% 0.86% -
HSV(B) 57.23º 0.26% 0.99% -
XYZ 83.77 92.88 61.09 -
YUV 243.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 253 250 188 0 0.01 0.26 0.01 57.23 0.94 0.86
Hex FD FA BC 0 1 1A 1 39 5E 56
Octal 375 372 274 0 1 32 1 71 136 126
Binary 11111101 11111010 10111100 0 1 11010 1 111001 1011110 1010110

Color Harmonies of #FDFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFABC

Black with #FDFABC

Text Example


Text Example

White with #FDFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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