Html Css Color HEX #FDFDBA Cumulus

📋 copy color: '#FDFDBA'

red 253 ◦ green 253 ◦ blue 186

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

Shades of Cumulus #FDFDBA

Tints of Cumulus #FDFDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.56%

 BLUE value IS 186 (73.05% from 255) = 26.88%

R = 36.56%
G = 36.56%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDFDBA (or 0xFDFDBA) is known color: Cumulus. HEX triplet: FD, FD and BA. RGB value is (253,253,186). Sum of RGB (Red+Green+Blue) = 253+253+186=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 186 (73.05% from 255 or 26.88% from 692); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDBA is #020245. Grayscale: #F5F5F5. Windows color (decimal): -131654 or 12254717. OLE color: 12254717.

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

Color convert

RGB 253 253 186 -
CMYK 0 0 0.26 0.01
HSL 60º 0.94% 0.86% -
HSV(B) 60º 0.26% 0.99% -
XYZ 84.5 94.68 60.28 -
YUV 245.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 253 253 186 0 0 0.26 0.01 60 0.94 0.86
Hex FD FD BA 0 0 1A 1 3C 5E 56
Octal 375 375 272 0 0 32 1 74 136 126
Binary 11111101 11111101 10111010 0 0 11010 1 111100 1011110 1010110

Color Harmonies of #FDFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDBA

Black with #FDFDBA

Text Example


Text Example

White with #FDFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDBA; }

 p { color: rgb(253,253,186); }

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

background-color css

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

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

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

border-color css

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

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

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