Html Css Color HEX #FCFAC2 Cumulus

📋 copy color: '#FCFAC2'

red 252 ◦ green 250 ◦ blue 194

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

Shades of Cumulus #FCFAC2

Tints of Cumulus #FCFAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 27.87%

R = 36.21%
G = 35.92%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCFAC2 (or 0xFCFAC2) is known color: Cumulus. HEX triplet: FC, FA and C2. RGB value is (252,250,194). Sum of RGB (Red+Green+Blue) = 252+250+194=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 194 (76.17% from 255 or 27.87% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC2 is #03053D. Grayscale: #F4F4F4. Windows color (decimal): -197950 or 12778236. OLE color: 12778236.

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

Color convert

RGB 252 250 194 -
CMYK 0 0.01 0.23 0.01
HSL 57.93º 0.91% 0.87% -
HSV(B) 57.93º 0.23% 0.99% -
XYZ 84.07 92.96 64.55 -
YUV 244.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 252 250 194 0 0.01 0.23 0.01 57.93 0.91 0.87
Hex FC FA C2 0 1 17 1 3A 5B 57
Octal 374 372 302 0 1 27 1 72 133 127
Binary 11111100 11111010 11000010 0 1 10111 1 111010 1011011 1010111

Color Harmonies of #FCFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAC2

Black with #FCFAC2

Text Example


Text Example

White with #FCFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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