Html Css Color HEX #FCFFBC Cumulus

📋 copy color: '#FCFFBC'

red 252 ◦ green 255 ◦ blue 188

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

Shades of Cumulus #FCFFBC

Tints of Cumulus #FCFFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 27.05%

R = 36.26%
G = 36.69%
B = 27.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FCFFBC (or 0xFCFFBC) is known color: Cumulus. HEX triplet: FC, FF and BC. RGB value is (252,255,188). Sum of RGB (Red+Green+Blue) = 252+255+188=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 188 (73.83% from 255 or 27.05% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFBC is #030043. Grayscale: #F6F6F6. Windows color (decimal): -196676 or 12386300. OLE color: 12386300.

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

Color convert

RGB 252 255 188 -
CMYK 0.01 0 0.26 0
HSL 62.69º 1% 0.87% -
HSV(B) 62.69º 0.26% 1% -
XYZ 84.98 95.85 61.6 -
YUV 246.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 252 255 188 0.01 0 0.26 0 62.69 1 0.87
Hex FC FF BC 1 0 1A 0 3F 64 57
Octal 374 377 274 1 0 32 0 77 144 127
Binary 11111100 11111111 10111100 1 0 11010 0 111111 1100100 1010111

Color Harmonies of #FCFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFBC

Black with #FCFFBC

Text Example


Text Example

White with #FCFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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