Html Css Color HEX #FCFCC5 Cumulus

📋 copy color: '#FCFCC5'

red 252 ◦ green 252 ◦ blue 197

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

Shades of Cumulus #FCFCC5

Tints of Cumulus #FCFCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.1%

R = 35.95%
G = 35.95%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCFCC5 (or 0xFCFCC5) is known color: Cumulus. HEX triplet: FC, FC and C5. RGB value is (252,252,197). Sum of RGB (Red+Green+Blue) = 252+252+197=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 197 (77.34% from 255 or 28.10% from 701); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC5 is #03033A. Grayscale: #F5F5F5. Windows color (decimal): -197435 or 12975356. OLE color: 12975356.

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

Color convert

RGB 252 252 197 -
CMYK 0 0 0.22 0.01
HSL 60º 0.9% 0.88% -
HSV(B) 60º 0.22% 0.99% -
XYZ 85.03 94.35 66.55 -
YUV 245.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 252 252 197 0 0 0.22 0.01 60 0.9 0.88
Hex FC FC C5 0 0 16 1 3C 5A 58
Octal 374 374 305 0 0 26 1 74 132 130
Binary 11111100 11111100 11000101 0 0 10110 1 111100 1011010 1011000

Color Harmonies of #FCFCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCC5

Black with #FCFCC5

Text Example


Text Example

White with #FCFCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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