Html Css Color HEX #FCFAF9 Seashell

📋 copy color: '#FCFAF9'

red 252 ◦ green 250 ◦ blue 249

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

Shades of Seashell #FCFAF9

Tints of Seashell #FCFAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 33.16%

R = 33.56%
G = 33.29%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCFAF9 (or 0xFCFAF9) is known color: Seashell. HEX triplet: FC, FA and F9. RGB value is (252,250,249). Sum of RGB (Red+Green+Blue) = 252+250+249=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 249 (97.66% from 255 or 33.16% from 751); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF9 is #030506. Grayscale: #FAFAFA. Windows color (decimal): -197895 or 16382716. OLE color: 16382716.

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

Color convert

RGB 252 250 249 -
CMYK 0 0.01 0.01 0.01
HSL 20º 0.33% 0.98% -
HSV(B) 20º 0.01% 0.99% -
XYZ 91.43 95.91 103.32 -
YUV 250.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 252 250 249 0 0.01 0.01 0.01 20 0.33 0.98
Hex FC FA F9 0 1 1 1 14 21 62
Octal 374 372 371 0 1 1 1 24 41 142
Binary 11111100 11111010 11111001 0 1 1 1 10100 100001 1100010

Color Harmonies of #FCFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAF9

Black with #FCFAF9

Text Example


Text Example

White with #FCFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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