Html Css Color HEX #FECFF7 Snuff

📋 copy color: '#FECFF7'

red 254 ◦ green 207 ◦ blue 247

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

Shades of Snuff #FECFF7

Tints of Snuff #FECFF7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.24%

 BLUE value IS 247 (96.88% from 255) = 34.89%

R = 35.88%
G = 29.24%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FECFF7 (or 0xFECFF7) is known color: Snuff. HEX triplet: FE, CF and F7. RGB value is (254,207,247). Sum of RGB (Red+Green+Blue) = 254+207+247=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 207 (81.25% from 255 or 29.24% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF7 is #013008. Grayscale: #E1E1E1. Windows color (decimal): -77833 or 16240638. OLE color: 16240638.

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

Color convert

RGB 254 207 247 -
CMYK 0 0.19 0.03 0.00
HSL 308.94º 0.96% 0.9% -
HSV(B) 308.94º 0.19% 1% -
XYZ 79.97 72.41 97.76 -
YUV 225.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 254 207 247 0 0.19 0.03 0.00 308.94 0.96 0.9
Hex FE CF F7 0 13 3 0 135 60 5A
Octal 376 317 367 0 23 3 0 465 140 132
Binary 11111110 11001111 11110111 0 10011 11 0 100110101 1100000 1011010

Color Harmonies of #FECFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFF7

Black with #FECFF7

Text Example


Text Example

White with #FECFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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