Html Css Color HEX #FCFCB8 Cumulus

📋 copy color: '#FCFCB8'

red 252 ◦ green 252 ◦ blue 184

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

Shades of Cumulus #FCFCB8

Tints of Cumulus #FCFCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 26.74%

R = 36.63%
G = 36.63%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCFCB8 (or 0xFCFCB8) is known color: Cumulus. HEX triplet: FC, FC and B8. RGB value is (252,252,184). Sum of RGB (Red+Green+Blue) = 252+252+184=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 184 (72.27% from 255 or 26.74% from 688); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCB8 is #030347. Grayscale: #F4F4F4. Windows color (decimal): -197448 or 12123388. OLE color: 12123388.

HSL color Cylindrical-coordinate representation of color #FCFCB8: 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.27%. Process color model (Four color, CMYK) of #FCFCB8 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 184 -
CMYK 0 0 0.27 0.01
HSL 60º 0.92% 0.85% -
HSV(B) 60º 0.27% 0.99% -
XYZ 83.61 93.78 59.04 -
YUV 244.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 252 252 184 0 0 0.27 0.01 60 0.92 0.85
Hex FC FC B8 0 0 1B 1 3C 5C 55
Octal 374 374 270 0 0 33 1 74 134 125
Binary 11111100 11111100 10111000 0 0 11011 1 111100 1011100 1010101

Color Harmonies of #FCFCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCB8

Black with #FCFCB8

Text Example


Text Example

White with #FCFCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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