Html Css Color HEX #FCFCB6 Cumulus

📋 copy color: '#FCFCB6'

red 252 ◦ green 252 ◦ blue 182

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

Shades of Cumulus #FCFCB6

Tints of Cumulus #FCFCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 26.53%

R = 36.73%
G = 36.73%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCFCB6 (or 0xFCFCB6) is known color: Cumulus. HEX triplet: FC, FC and B6. RGB value is (252,252,182). Sum of RGB (Red+Green+Blue) = 252+252+182=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 182 (71.48% from 255 or 26.53% from 686); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCB6 is #030349. Grayscale: #F4F4F4. Windows color (decimal): -197450 or 11992316. OLE color: 11992316.

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

Color convert

RGB 252 252 182 -
CMYK 0 0 0.28 0.01
HSL 60º 0.92% 0.85% -
HSV(B) 60º 0.28% 0.99% -
XYZ 83.4 93.69 57.95 -
YUV 244.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 252 252 182 0 0 0.28 0.01 60 0.92 0.85
Hex FC FC B6 0 0 1C 1 3C 5C 55
Octal 374 374 266 0 0 34 1 74 134 125
Binary 11111100 11111100 10110110 0 0 11100 1 111100 1011100 1010101

Color Harmonies of #FCFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCB6

Black with #FCFCB6

Text Example


Text Example

White with #FCFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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