Html Css Color HEX #FBC0FE Snuff

📋 copy color: '#FBC0FE'

red 251 ◦ green 192 ◦ blue 254

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

Shades of Snuff #FBC0FE

Tints of Snuff #FBC0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.44%

R = 36.01%
G = 27.55%
B = 36.44%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBC0FE (or 0xFBC0FE) is known color: Snuff. HEX triplet: FB, C0 and FE. RGB value is (251,192,254). Sum of RGB (Red+Green+Blue) = 251+192+254=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 192 (75.39% from 255 or 27.55% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0FE is #043F01. Grayscale: #D8D8D8. Windows color (decimal): -278274 or 16695547. OLE color: 16695547.

HSL color Cylindrical-coordinate representation of color #FBC0FE: hue angle of 297.1º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0FE is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 192 254 -
CMYK 0.01 0.24 0 0.00
HSL 297.1º 0.97% 0.87% -
HSV(B) 297.1º 0.24% 1% -
XYZ 76.52 65.36 102.35 -
YUV 216.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 251 192 254 0.01 0.24 0 0.00 297.1 0.97 0.87
Hex FB C0 FE 1 18 0 0 129 61 57
Octal 373 300 376 1 30 0 0 451 141 127
Binary 11111011 11000000 11111110 1 11000 0 0 100101001 1100001 1010111

Color Harmonies of #FBC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0FE

Black with #FBC0FE

Text Example


Text Example

White with #FBC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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