Html Css Color HEX #FDFAB6 Cumulus

📋 copy color: '#FDFAB6'

red 253 ◦ green 250 ◦ blue 182

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

Shades of Cumulus #FDFAB6

Tints of Cumulus #FDFAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 26.57%

R = 36.93%
G = 36.5%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDFAB6 (or 0xFDFAB6) is known color: Cumulus. HEX triplet: FD, FA and B6. RGB value is (253,250,182). Sum of RGB (Red+Green+Blue) = 253+250+182=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 182 (71.48% from 255 or 26.57% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAB6 is #020549. Grayscale: #F3F3F3. Windows color (decimal): -132426 or 11991805. OLE color: 11991805.

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

Color convert

RGB 253 250 182 -
CMYK 0 0.01 0.28 0.01
HSL 57.46º 0.95% 0.85% -
HSV(B) 57.46º 0.28% 0.99% -
XYZ 83.14 92.63 57.75 -
YUV 243.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 253 250 182 0 0.01 0.28 0.01 57.46 0.95 0.85
Hex FD FA B6 0 1 1C 1 39 5F 55
Octal 375 372 266 0 1 34 1 71 137 125
Binary 11111101 11111010 10110110 0 1 11100 1 111001 1011111 1010101

Color Harmonies of #FDFAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAB6

Black with #FDFAB6

Text Example


Text Example

White with #FDFAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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