Html Css Color HEX #FCFEC1 Cumulus

📋 copy color: '#FCFEC1'

red 252 ◦ green 254 ◦ blue 193

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

Shades of Cumulus #FCFEC1

Tints of Cumulus #FCFEC1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.34%

 BLUE value IS 193 (75.78% from 255) = 27.61%

R = 36.05%
G = 36.34%
B = 27.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FCFEC1 (or 0xFCFEC1) is known color: Cumulus. HEX triplet: FC, FE and C1. RGB value is (252,254,193). Sum of RGB (Red+Green+Blue) = 252+254+193=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 193 (75.78% from 255 or 27.61% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEC1 is #03013E. Grayscale: #F6F6F6. Windows color (decimal): -196927 or 12713724. OLE color: 12713724.

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

Color convert

RGB 252 254 193 -
CMYK 0.01 0 0.24 0.00
HSL 61.97º 0.97% 0.88% -
HSV(B) 61.97º 0.24% 1% -
XYZ 85.21 95.43 64.38 -
YUV 246.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 252 254 193 0.01 0 0.24 0.00 61.97 0.97 0.88
Hex FC FE C1 1 0 18 0 3E 61 58
Octal 374 376 301 1 0 30 0 76 141 130
Binary 11111100 11111110 11000001 1 0 11000 0 111110 1100001 1011000

Color Harmonies of #FCFEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEC1

Black with #FCFEC1

Text Example


Text Example

White with #FCFEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEC1; }

 p { color: rgb(252,254,193); }

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

background-color css

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

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

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

border-color css

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

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

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