Html Css Color HEX #FCFFBA Cumulus

📋 copy color: '#FCFFBA'

red 252 ◦ green 255 ◦ blue 186

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

Shades of Cumulus #FCFFBA

Tints of Cumulus #FCFFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 36.8%

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

R = 36.36%
G = 36.8%
B = 26.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FCFFBA (or 0xFCFFBA) is known color: Cumulus. HEX triplet: FC, FF and BA. RGB value is (252,255,186). Sum of RGB (Red+Green+Blue) = 252+255+186=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 186 (73.05% from 255 or 26.84% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFBA is #030045. Grayscale: #F6F6F6. Windows color (decimal): -196678 or 12255228. OLE color: 12255228.

HSL color Cylindrical-coordinate representation of color #FCFFBA: hue angle of 62.61º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCFFBA is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 252 255 186 -
CMYK 0.01 0 0.27 0
HSL 62.61º 1% 0.86% -
HSV(B) 62.61º 0.27% 1% -
XYZ 84.77 95.76 60.47 -
YUV 246.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 252 255 186 0.01 0 0.27 0 62.61 1 0.86
Hex FC FF BA 1 0 1B 0 3F 64 56
Octal 374 377 272 1 0 33 0 77 144 126
Binary 11111100 11111111 10111010 1 0 11011 0 111111 1100100 1010110

Color Harmonies of #FCFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFBA

Black with #FCFFBA

Text Example


Text Example

White with #FCFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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