Html Css Color HEX #F7C3FE Snuff

📋 copy color: '#F7C3FE'

red 247 ◦ green 195 ◦ blue 254

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

Shades of Snuff #F7C3FE

Tints of Snuff #F7C3FE

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7C3FE (or 0xF7C3FE) is known color: Snuff. HEX triplet: F7, C3 and FE. RGB value is (247,195,254). Sum of RGB (Red+Green+Blue) = 247+195+254=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 195 (76.56% from 255 or 28.02% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7C3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C3FE is #083C01. Grayscale: #D9D9D9. Windows color (decimal): -539650 or 16696311. OLE color: 16696311.

HSL color Cylindrical-coordinate representation of color #F7C3FE: hue angle of 292.88º 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 #F7C3FE is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 195 254 -
CMYK 0.03 0.23 0 0.00
HSL 292.88º 0.97% 0.88% -
HSV(B) 292.88º 0.23% 1% -
XYZ 75.76 65.96 102.5 -
YUV 217.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 247 195 254 0.03 0.23 0 0.00 292.88 0.97 0.88
Hex F7 C3 FE 3 17 0 0 125 61 58
Octal 367 303 376 3 27 0 0 445 141 130
Binary 11110111 11000011 11111110 11 10111 0 0 100100101 1100001 1011000

Color Harmonies of #F7C3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C3FE

Black with #F7C3FE

Text Example


Text Example

White with #F7C3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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