Html Css Color HEX #FDFABB Cumulus

📋 copy color: '#FDFABB'

red 253 ◦ green 250 ◦ blue 187

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

Shades of Cumulus #FDFABB

Tints of Cumulus #FDFABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 27.1%

R = 36.67%
G = 36.23%
B = 27.1%

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

#FDFABB (or 0xFDFABB) is known color: Cumulus. HEX triplet: FD, FA and BB. RGB value is (253,250,187). Sum of RGB (Red+Green+Blue) = 253+250+187=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 187 (73.44% from 255 or 27.10% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFABB is #020544. Grayscale: #F3F3F3. Windows color (decimal): -132421 or 12319485. OLE color: 12319485.

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

Color convert

RGB 253 250 187 -
CMYK 0 0.01 0.26 0.01
HSL 57.27º 0.94% 0.86% -
HSV(B) 57.27º 0.26% 0.99% -
XYZ 83.66 92.84 60.52 -
YUV 243.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 253 250 187 0 0.01 0.26 0.01 57.27 0.94 0.86
Hex FD FA BB 0 1 1A 1 39 5E 56
Octal 375 372 273 0 1 32 1 71 136 126
Binary 11111101 11111010 10111011 0 1 11010 1 111001 1011110 1010110

Color Harmonies of #FDFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFABB

Black with #FDFABB

Text Example


Text Example

White with #FDFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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