Html Css Color HEX #FEF7F2 Seashell

📋 copy color: '#FEF7F2'

red 254 ◦ green 247 ◦ blue 242

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

Shades of Seashell #FEF7F2

Tints of Seashell #FEF7F2

RGB

 RED value IS 254 (99.61% from 255) = 34.19%

 GREEN value IS 247 (96.88% from 255) = 33.24%

 BLUE value IS 242 (94.92% from 255) = 32.57%

R = 34.19%
G = 33.24%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEF7F2 (or 0xFEF7F2) is known color: Seashell. HEX triplet: FE, F7 and F2. RGB value is (254,247,242). Sum of RGB (Red+Green+Blue) = 254+247+242=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 247 (96.88% from 255 or 33.24% from 743); Blue value is 242 (94.92% from 255 or 32.57% from 743); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7F2 is #01080D. Grayscale: #F8F8F8. Windows color (decimal): -67598 or 15923198. OLE color: 15923198.

HSL color Cylindrical-coordinate representation of color #FEF7F2: hue angle of 25º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEF7F2 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 247 242 -
CMYK 0 0.03 0.05 0.00
HSL 25º 0.86% 0.97% -
HSV(B) 25º 0.05% 1% -
XYZ 90.16 94 97.4 -
YUV 248.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 254 247 242 0 0.03 0.05 0.00 25 0.86 0.97
Hex FE F7 F2 0 3 5 0 19 56 61
Octal 376 367 362 0 3 5 0 31 126 141
Binary 11111110 11110111 11110010 0 11 101 0 11001 1010110 1100001

Color Harmonies of #FEF7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7F2

Black with #FEF7F2

Text Example


Text Example

White with #FEF7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7F2; }

 p { color: rgb(254,247,242); }

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

background-color css

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

 a { background-color: rgb(254,247,242); }

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

border-color css

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

 span { border-color: rgb(254,247,242); }

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