Html Css Color HEX #FCF8F5 Seashell

📋 copy color: '#FCF8F5'

red 252 ◦ green 248 ◦ blue 245

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

Shades of Seashell #FCF8F5

Tints of Seashell #FCF8F5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.29%

 BLUE value IS 245 (96.09% from 255) = 32.89%

R = 33.83%
G = 33.29%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCF8F5 (or 0xFCF8F5) is known color: Seashell. HEX triplet: FC, F8 and F5. RGB value is (252,248,245). Sum of RGB (Red+Green+Blue) = 252+248+245=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 248 (97.27% from 255 or 33.29% from 745); Blue value is 245 (96.09% from 255 or 32.89% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8F5 is #03070A. Grayscale: #F8F8F8. Windows color (decimal): -198411 or 16120060. OLE color: 16120060.

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

Color convert

RGB 252 248 245 -
CMYK 0 0.02 0.03 0.01
HSL 25.71º 0.54% 0.97% -
HSV(B) 25.71º 0.03% 0.99% -
XYZ 90.19 94.42 99.86 -
YUV 248.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 252 248 245 0 0.02 0.03 0.01 25.71 0.54 0.97
Hex FC F8 F5 0 2 3 1 1A 36 61
Octal 374 370 365 0 2 3 1 32 66 141
Binary 11111100 11111000 11110101 0 10 11 1 11010 110110 1100001

Color Harmonies of #FCF8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF8F5

Black with #FCF8F5

Text Example


Text Example

White with #FCF8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF8F5; }

 p { color: rgb(252,248,245); }

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

background-color css

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

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

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

border-color css

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

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

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