Html Css Color HEX #FCF1F1 White Smoke

📋 copy color: '#FCF1F1'

red 252 ◦ green 241 ◦ blue 241

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

Shades of White Smoke #FCF1F1

Tints of White Smoke #FCF1F1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 32.83%

 BLUE value IS 241 (94.53% from 255) = 32.83%

R = 34.33%
G = 32.83%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCF1F1 (or 0xFCF1F1) is known color: White Smoke. HEX triplet: FC, F1 and F1. RGB value is (252,241,241). Sum of RGB (Red+Green+Blue) = 252+241+241=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 241 (94.53% from 255 or 32.83% from 734); Blue value is 241 (94.53% from 255 or 32.83% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1F1 is #030E0E. Grayscale: #F4F4F4. Windows color (decimal): -200207 or 15856124. OLE color: 15856124.

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

Color convert

RGB 252 241 241 -
CMYK 0 0.04 0.04 0.01
HSL 0.65% 0.97% -
HSV(B) 0.04% 0.99% -
XYZ 87.48 89.96 95.97 -
YUV 244.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 252 241 241 0 0.04 0.04 0.01 0 0.65 0.97
Hex FC F1 F1 0 4 4 1 0 41 61
Octal 374 361 361 0 4 4 1 0 101 141
Binary 11111100 11110001 11110001 0 100 100 1 0 1000001 1100001

Color Harmonies of #FCF1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1F1

Black with #FCF1F1

Text Example


Text Example

White with #FCF1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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