Html Css Color HEX #FCFBC0 Cumulus

📋 copy color: '#FCFBC0'

red 252 ◦ green 251 ◦ blue 192

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

Shades of Cumulus #FCFBC0

Tints of Cumulus #FCFBC0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.12%

 BLUE value IS 192 (75.39% from 255) = 27.63%

R = 36.26%
G = 36.12%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCFBC0 (or 0xFCFBC0) is known color: Cumulus. HEX triplet: FC, FB and C0. RGB value is (252,251,192). Sum of RGB (Red+Green+Blue) = 252+251+192=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 192 (75.39% from 255 or 27.63% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC0 is #03043F. Grayscale: #F4F4F4. Windows color (decimal): -197696 or 12647420. OLE color: 12647420.

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

Color convert

RGB 252 251 192 -
CMYK 0 0.00 0.24 0.01
HSL 59º 0.91% 0.87% -
HSV(B) 59º 0.24% 0.99% -
XYZ 84.16 93.5 63.48 -
YUV 244.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 252 251 192 0 0.00 0.24 0.01 59 0.91 0.87
Hex FC FB C0 0 0 18 1 3B 5B 57
Octal 374 373 300 0 0 30 1 73 133 127
Binary 11111100 11111011 11000000 0 0 11000 1 111011 1011011 1010111

Color Harmonies of #FCFBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBC0

Black with #FCFBC0

Text Example


Text Example

White with #FCFBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBC0; }

 p { color: rgb(252,251,192); }

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

background-color css

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

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

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

border-color css

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

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

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