Html Css Color HEX #FBC5FE Snuff

📋 copy color: '#FBC5FE'

red 251 ◦ green 197 ◦ blue 254

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

Shades of Snuff #FBC5FE

Tints of Snuff #FBC5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.06%

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

R = 35.75%
G = 28.06%
B = 36.18%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBC5FE (or 0xFBC5FE) is known color: Snuff. HEX triplet: FB, C5 and FE. RGB value is (251,197,254). Sum of RGB (Red+Green+Blue) = 251+197+254=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 197 (77.34% from 255 or 28.06% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5FE is #043A01. Grayscale: #DBDBDB. Windows color (decimal): -276994 or 16696827. OLE color: 16696827.

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

Color convert

RGB 251 197 254 -
CMYK 0.01 0.22 0 0.00
HSL 296.84º 0.97% 0.88% -
HSV(B) 296.84º 0.22% 1% -
XYZ 77.64 67.6 102.72 -
YUV 219.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 251 197 254 0.01 0.22 0 0.00 296.84 0.97 0.88
Hex FB C5 FE 1 16 0 0 129 61 58
Octal 373 305 376 1 26 0 0 451 141 130
Binary 11111011 11000101 11111110 1 10110 0 0 100101001 1100001 1011000

Color Harmonies of #FBC5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5FE

Black with #FBC5FE

Text Example


Text Example

White with #FBC5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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