Html Css Color HEX #FCFDBA Cumulus

📋 copy color: '#FCFDBA'

red 252 ◦ green 253 ◦ blue 186

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

Shades of Cumulus #FCFDBA

Tints of Cumulus #FCFDBA

RGB

 RED value IS 252 (98.83% from 255) = 36.47%

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

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

R = 36.47%
G = 36.61%
B = 26.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCFDBA (or 0xFCFDBA) is known color: Cumulus. HEX triplet: FC, FD and BA. RGB value is (252,253,186). Sum of RGB (Red+Green+Blue) = 252+253+186=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 186 (73.05% from 255 or 26.92% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDBA is #030245. Grayscale: #F5F5F5. Windows color (decimal): -197190 or 12254716. OLE color: 12254716.

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

Color convert

RGB 252 253 186 -
CMYK 0.00 0 0.26 0.01
HSL 60.9º 0.94% 0.86% -
HSV(B) 60.9º 0.26% 0.99% -
XYZ 84.13 94.49 60.26 -
YUV 245.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 252 253 186 0.00 0 0.26 0.01 60.9 0.94 0.86
Hex FC FD BA 0 0 1A 1 3D 5E 56
Octal 374 375 272 0 0 32 1 75 136 126
Binary 11111100 11111101 10111010 0 0 11010 1 111101 1011110 1010110

Color Harmonies of #FCFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDBA

Black with #FCFDBA

Text Example


Text Example

White with #FCFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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