Html Css Color HEX #FCFCBA Cumulus

📋 copy color: '#FCFCBA'

red 252 ◦ green 252 ◦ blue 186

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

Shades of Cumulus #FCFCBA

Tints of Cumulus #FCFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.52%

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

R = 36.52%
G = 36.52%
B = 26.96%

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

#FCFCBA (or 0xFCFCBA) is known color: Cumulus. HEX triplet: FC, FC and BA. RGB value is (252,252,186). Sum of RGB (Red+Green+Blue) = 252+252+186=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 186 (73.05% from 255 or 26.96% from 690); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCBA is #030345. Grayscale: #F4F4F4. Windows color (decimal): -197446 or 12254460. OLE color: 12254460.

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

Color convert

RGB 252 252 186 -
CMYK 0 0 0.26 0.01
HSL 60º 0.92% 0.86% -
HSV(B) 60º 0.26% 0.99% -
XYZ 83.82 93.86 60.15 -
YUV 244.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 252 252 186 0 0 0.26 0.01 60 0.92 0.86
Hex FC FC BA 0 0 1A 1 3C 5C 56
Octal 374 374 272 0 0 32 1 74 134 126
Binary 11111100 11111100 10111010 0 0 11010 1 111100 1011100 1010110

Color Harmonies of #FCFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCBA

Black with #FCFCBA

Text Example


Text Example

White with #FCFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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