Html Css Color HEX #FCFAC0 Cumulus

📋 copy color: '#FCFAC0'

red 252 ◦ green 250 ◦ blue 192

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

Shades of Cumulus #FCFAC0

Tints of Cumulus #FCFAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.02%

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

R = 36.31%
G = 36.02%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCFAC0 (or 0xFCFAC0) is known color: Cumulus. HEX triplet: FC, FA and C0. RGB value is (252,250,192). Sum of RGB (Red+Green+Blue) = 252+250+192=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 192 (75.39% from 255 or 27.67% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC0 is #03053F. Grayscale: #F4F4F4. Windows color (decimal): -197952 or 12647164. OLE color: 12647164.

HSL color Cylindrical-coordinate representation of color #FCFAC0: hue angle of 58º 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 #FCFAC0 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 192 -
CMYK 0 0.01 0.24 0.01
HSL 58º 0.91% 0.87% -
HSV(B) 58º 0.24% 0.99% -
XYZ 83.84 92.87 63.38 -
YUV 243.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 252 250 192 0 0.01 0.24 0.01 58 0.91 0.87
Hex FC FA C0 0 1 18 1 3A 5B 57
Octal 374 372 300 0 1 30 1 72 133 127
Binary 11111100 11111010 11000000 0 1 11000 1 111010 1011011 1010111

Color Harmonies of #FCFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAC0

Black with #FCFAC0

Text Example


Text Example

White with #FCFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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