Html Css Color HEX #FDFAB8 Cumulus

📋 copy color: '#FDFAB8'

red 253 ◦ green 250 ◦ blue 184

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

Shades of Cumulus #FDFAB8

Tints of Cumulus #FDFAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 26.78%

R = 36.83%
G = 36.39%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDFAB8 (or 0xFDFAB8) is known color: Cumulus. HEX triplet: FD, FA and B8. RGB value is (253,250,184). Sum of RGB (Red+Green+Blue) = 253+250+184=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 184 (72.27% from 255 or 26.78% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAB8 is #020547. Grayscale: #F3F3F3. Windows color (decimal): -132424 or 12122877. OLE color: 12122877.

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

Color convert

RGB 253 250 184 -
CMYK 0 0.01 0.27 0.01
HSL 57.39º 0.95% 0.86% -
HSV(B) 57.39º 0.27% 0.99% -
XYZ 83.35 92.71 58.85 -
YUV 243.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 253 250 184 0 0.01 0.27 0.01 57.39 0.95 0.86
Hex FD FA B8 0 1 1B 1 39 5F 56
Octal 375 372 270 0 1 33 1 71 137 126
Binary 11111101 11111010 10111000 0 1 11011 1 111001 1011111 1010110

Color Harmonies of #FDFAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAB8

Black with #FDFAB8

Text Example


Text Example

White with #FDFAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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