Html Css Color HEX #F7C5FB Snuff

📋 copy color: '#F7C5FB'

red 247 ◦ green 197 ◦ blue 251

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

Shades of Snuff #F7C5FB

Tints of Snuff #F7C5FB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.35%

 BLUE value IS 251 (98.44% from 255) = 36.12%

R = 35.54%
G = 28.35%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7C5FB (or 0xF7C5FB) is known color: Snuff. HEX triplet: F7, C5 and FB. RGB value is (247,197,251). Sum of RGB (Red+Green+Blue) = 247+197+251=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 197 (77.34% from 255 or 28.35% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7C5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C5FB is #083A04. Grayscale: #D9D9D9. Windows color (decimal): -539141 or 16500215. OLE color: 16500215.

HSL color Cylindrical-coordinate representation of color #F7C5FB: hue angle of 295.56º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7C5FB is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 197 251 -
CMYK 0.02 0.22 0 0.02
HSL 295.56º 0.87% 0.88% -
HSV(B) 295.56º 0.22% 0.98% -
XYZ 75.74 66.67 100.14 -
YUV 218.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 247 197 251 0.02 0.22 0 0.02 295.56 0.87 0.88
Hex F7 C5 FB 2 16 0 2 128 57 58
Octal 367 305 373 2 26 0 2 450 127 130
Binary 11110111 11000101 11111011 10 10110 0 10 100101000 1010111 1011000

Color Harmonies of #F7C5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C5FB

Black with #F7C5FB

Text Example


Text Example

White with #F7C5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C5FB; }

 p { color: rgb(247,197,251); }

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

background-color css

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

 a { background-color: rgb(247,197,251); }

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

border-color css

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

 span { border-color: rgb(247,197,251); }

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