Html Css Color HEX #FBC1F9 Snuff

📋 copy color: '#FBC1F9'

red 251 ◦ green 193 ◦ blue 249

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

Shades of Snuff #FBC1F9

Tints of Snuff #FBC1F9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 27.85%

 BLUE value IS 249 (97.66% from 255) = 35.93%

R = 36.22%
G = 27.85%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBC1F9 (or 0xFBC1F9) is known color: Snuff. HEX triplet: FB, C1 and F9. RGB value is (251,193,249). Sum of RGB (Red+Green+Blue) = 251+193+249=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 193 (75.78% from 255 or 27.85% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1F9 is #043E06. Grayscale: #D8D8D8. Windows color (decimal): -278023 or 16368123. OLE color: 16368123.

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

Color convert

RGB 251 193 249 -
CMYK 0 0.23 0.01 0.02
HSL 302.07º 0.88% 0.87% -
HSV(B) 302.07º 0.23% 0.98% -
XYZ 75.95 65.49 98.26 -
YUV 216.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 251 193 249 0 0.23 0.01 0.02 302.07 0.88 0.87
Hex FB C1 F9 0 17 1 2 12E 58 57
Octal 373 301 371 0 27 1 2 456 130 127
Binary 11111011 11000001 11111001 0 10111 1 10 100101110 1011000 1010111

Color Harmonies of #FBC1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1F9

Black with #FBC1F9

Text Example


Text Example

White with #FBC1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1F9; }

 p { color: rgb(251,193,249); }

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

background-color css

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

 a { background-color: rgb(251,193,249); }

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

border-color css

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

 span { border-color: rgb(251,193,249); }

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