#FEFDFC

Color #FEFDFC Seashell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seashell #FEFDFC

Tints of Seashell #FEFDFC

Color information

#FEFDFC (or 0xFEFDFC) is unknown color: approx Seashell. HEX triplet: FE, FD and FC. RGB value is (254,253,252). Sum of RGB (Red+Green+Blue) = 254+253+252=759 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.47% from 759); Green value is 253 (99.22% from 255 or 33.33% from 759); Blue value is 252 (98.83% from 255 or 33.20% from 759); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDFC is #010203. Grayscale: #FDFDFD. Windows color (decimal): -66052 or 16580094. OLE color: 16580094.

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

Color convert

RGB254253252-
CMYK00.000.010.00
HSL30º50%99.22%-
HSV(B)30º0.79%99.61%-
XYZ93.5798.35106.15-
YUV253.18127.33128.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.47%
GREEN value IS 253 (99.22% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 33.20%
R=33.47%
G=33.33%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425325200.000.010.00305099.22
HexFEFDFC00101e3263
Octal37637537400103662143
Binary1111111011111101111111000010111101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDFC; }

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

 H1.HeaderClassName
 {
   color: #FEFDFC;
 }
 .AnyTagClassName
 {
   color: #FEFDFC;
 }
</style>
background-color css

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

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

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

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

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

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