Html Css Color HEX #FDFAF9 Seashell

📋 copy color: '#FDFAF9'

red 253 ◦ green 250 ◦ blue 249

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

Shades of Seashell #FDFAF9

Tints of Seashell #FDFAF9

RGB

 RED value IS 253 (99.22% from 255) = 33.64%

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

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

R = 33.64%
G = 33.24%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDFAF9 (or 0xFDFAF9) is known color: Seashell. HEX triplet: FD, FA and F9. RGB value is (253,250,249). Sum of RGB (Red+Green+Blue) = 253+250+249=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 249 (97.66% from 255 or 33.11% from 752); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF9 is #020506. Grayscale: #FAFAFA. Windows color (decimal): -132359 or 16382717. OLE color: 16382717.

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

Color convert

RGB 253 250 249 -
CMYK 0 0.01 0.02 0.01
HSL 15º 0.5% 0.98% -
HSV(B) 15º 0.02% 0.99% -
XYZ 91.79 96.09 103.33 -
YUV 250.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 253 250 249 0 0.01 0.02 0.01 15 0.5 0.98
Hex FD FA F9 0 1 2 1 F 32 62
Octal 375 372 371 0 1 2 1 17 62 142
Binary 11111101 11111010 11111001 0 1 10 1 1111 110010 1100010

Color Harmonies of #FDFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAF9

Black with #FDFAF9

Text Example


Text Example

White with #FDFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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