Html Css Color HEX #FEC3F7 Snuff

📋 copy color: '#FEC3F7'

red 254 ◦ green 195 ◦ blue 247

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

Shades of Snuff #FEC3F7

Tints of Snuff #FEC3F7

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.02%

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

R = 36.49%
G = 28.02%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEC3F7 (or 0xFEC3F7) is known color: Snuff. HEX triplet: FE, C3 and F7. RGB value is (254,195,247). Sum of RGB (Red+Green+Blue) = 254+195+247=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 195 (76.56% from 255 or 28.02% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F7 is #013C08. Grayscale: #DADADA. Windows color (decimal): -80905 or 16237566. OLE color: 16237566.

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

Color convert

RGB 254 195 247 -
CMYK 0 0.23 0.03 0.00
HSL 307.12º 0.97% 0.88% -
HSV(B) 307.12º 0.23% 1% -
XYZ 77.18 66.82 96.82 -
YUV 218.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 254 195 247 0 0.23 0.03 0.00 307.12 0.97 0.88
Hex FE C3 F7 0 17 3 0 133 61 58
Octal 376 303 367 0 27 3 0 463 141 130
Binary 11111110 11000011 11110111 0 10111 11 0 100110011 1100001 1011000

Color Harmonies of #FEC3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3F7

Black with #FEC3F7

Text Example


Text Example

White with #FEC3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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