Html Css Color HEX #FCFCBC Cumulus

📋 copy color: '#FCFCBC'

red 252 ◦ green 252 ◦ blue 188

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

Shades of Cumulus #FCFCBC

Tints of Cumulus #FCFCBC

RGB

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

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

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

R = 36.42%
G = 36.42%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCFCBC (or 0xFCFCBC) is known color: Cumulus. HEX triplet: FC, FC and BC. RGB value is (252,252,188). Sum of RGB (Red+Green+Blue) = 252+252+188=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 188 (73.83% from 255 or 27.17% from 692); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCBC is #030343. Grayscale: #F4F4F4. Windows color (decimal): -197444 or 12385532. OLE color: 12385532.

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

Color convert

RGB 252 252 188 -
CMYK 0 0 0.25 0.01
HSL 60º 0.91% 0.86% -
HSV(B) 60º 0.25% 0.99% -
XYZ 84.03 93.95 61.28 -
YUV 244.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 252 252 188 0 0 0.25 0.01 60 0.91 0.86
Hex FC FC BC 0 0 19 1 3C 5B 56
Octal 374 374 274 0 0 31 1 74 133 126
Binary 11111100 11111100 10111100 0 0 11001 1 111100 1011011 1010110

Color Harmonies of #FCFCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCBC

Black with #FCFCBC

Text Example


Text Example

White with #FCFCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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