Html Css Color HEX #FBC1FB Snuff

📋 copy color: '#FBC1FB'

red 251 ◦ green 193 ◦ blue 251

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

Shades of Snuff #FBC1FB

Tints of Snuff #FBC1FB

RGB

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

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

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

R = 36.12%
G = 27.77%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FBC1FB (or 0xFBC1FB) is known color: Snuff. HEX triplet: FB, C1 and FB. RGB value is (251,193,251). Sum of RGB (Red+Green+Blue) = 251+193+251=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 193 (75.78% from 255 or 27.77% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBC1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1FB is #043E04. Grayscale: #D8D8D8. Windows color (decimal): -278021 or 16499195. OLE color: 16499195.

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

Color convert

RGB 251 193 251 -
CMYK 0 0.23 0 0.02
HSL 300º 0.88% 0.87% -
HSV(B) 300º 0.23% 0.98% -
XYZ 76.27 65.61 99.91 -
YUV 216.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 251 193 251 0 0.23 0 0.02 300 0.88 0.87
Hex FB C1 FB 0 17 0 2 12C 58 57
Octal 373 301 373 0 27 0 2 454 130 127
Binary 11111011 11000001 11111011 0 10111 0 10 100101100 1011000 1010111

Color Harmonies of #FBC1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1FB

Black with #FBC1FB

Text Example


Text Example

White with #FBC1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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