Html Css Color HEX #F5C5FB Snuff

📋 copy color: '#F5C5FB'

red 245 ◦ green 197 ◦ blue 251

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

Shades of Snuff #F5C5FB

Tints of Snuff #F5C5FB

RGB

 RED value IS 245 (96.09% from 255) = 35.35%

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

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

R = 35.35%
G = 28.43%
B = 36.22%

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

#F5C5FB (or 0xF5C5FB) is known color: Snuff. HEX triplet: F5, C5 and FB. RGB value is (245,197,251). Sum of RGB (Red+Green+Blue) = 245+197+251=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 197 (77.34% from 255 or 28.43% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5C5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C5FB is #0A3A04. Grayscale: #D9D9D9. Windows color (decimal): -670213 or 16500213. OLE color: 16500213.

HSL color Cylindrical-coordinate representation of color #F5C5FB: hue angle of 293.33º 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 #F5C5FB is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 197 251 -
CMYK 0.02 0.22 0 0.02
HSL 293.33º 0.87% 0.88% -
HSV(B) 293.33º 0.22% 0.98% -
XYZ 75.04 66.31 100.11 -
YUV 217.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 245 197 251 0.02 0.22 0 0.02 293.33 0.87 0.88
Hex F5 C5 FB 2 16 0 2 125 57 58
Octal 365 305 373 2 26 0 2 445 127 130
Binary 11110101 11000101 11111011 10 10110 0 10 100100101 1010111 1011000

Color Harmonies of #F5C5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C5FB

Black with #F5C5FB

Text Example


Text Example

White with #F5C5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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