Html Css Color HEX #FBC8FB Snuff

📋 copy color: '#FBC8FB'

red 251 ◦ green 200 ◦ blue 251

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

Shades of Snuff #FBC8FB

Tints of Snuff #FBC8FB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.49%

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

R = 35.75%
G = 28.49%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FBC8FB (or 0xFBC8FB) is known color: Snuff. HEX triplet: FB, C8 and FB. RGB value is (251,200,251). Sum of RGB (Red+Green+Blue) = 251+200+251=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 200 (78.52% from 255 or 28.49% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8FB is #043704. Grayscale: #DCDCDC. Windows color (decimal): -276229 or 16500987. OLE color: 16500987.

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

Color convert

RGB 251 200 251 -
CMYK 0 0.20 0 0.02
HSL 300º 0.86% 0.88% -
HSV(B) 300º 0.2% 0.98% -
XYZ 77.85 68.78 100.44 -
YUV 221.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 251 200 251 0 0.20 0 0.02 300 0.86 0.88
Hex FB C8 FB 0 14 0 2 12C 56 58
Octal 373 310 373 0 24 0 2 454 126 130
Binary 11111011 11001000 11111011 0 10100 0 10 100101100 1010110 1011000

Color Harmonies of #FBC8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8FB

Black with #FBC8FB

Text Example


Text Example

White with #FBC8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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