Html Css Color HEX #FBC0FF Snuff

📋 copy color: '#FBC0FF'

red 251 ◦ green 192 ◦ blue 255

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

Shades of Snuff #FBC0FF

Tints of Snuff #FBC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 27.51%

 BLUE value IS 255 (100% from 255) = 36.53%

R = 35.96%
G = 27.51%
B = 36.53%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBC0FF (or 0xFBC0FF) is known color: Snuff. HEX triplet: FB, C0 and FF. RGB value is (251,192,255). Sum of RGB (Red+Green+Blue) = 251+192+255=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 192 (75.39% from 255 or 27.51% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0FF is #043F00. Grayscale: #D8D8D8. Windows color (decimal): -278273 or 16761083. OLE color: 16761083.

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

Color convert

RGB 251 192 255 -
CMYK 0.02 0.25 0 0
HSL 296.19º 1% 0.88% -
HSV(B) 296.19º 0.25% 1% -
XYZ 76.68 65.43 103.2 -
YUV 216.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 251 192 255 0.02 0.25 0 0 296.19 1 0.88
Hex FB C0 FF 2 19 0 0 128 64 58
Octal 373 300 377 2 31 0 0 450 144 130
Binary 11111011 11000000 11111111 10 11001 0 0 100101000 1100100 1011000

Color Harmonies of #FBC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0FF

Black with #FBC0FF

Text Example


Text Example

White with #FBC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0FF; }

 p { color: rgb(251,192,255); }

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

background-color css

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

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

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

border-color css

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

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

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