Html Css Color HEX #FBC2FE Snuff

📋 copy color: '#FBC2FE'

red 251 ◦ green 194 ◦ blue 254

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

Shades of Snuff #FBC2FE

Tints of Snuff #FBC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 27.75%

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

R = 35.91%
G = 27.75%
B = 36.34%

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

#FBC2FE (or 0xFBC2FE) is known color: Snuff. HEX triplet: FB, C2 and FE. RGB value is (251,194,254). Sum of RGB (Red+Green+Blue) = 251+194+254=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 194 (76.17% from 255 or 27.75% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC2FE is #043D01. Grayscale: #D9D9D9. Windows color (decimal): -277762 or 16696059. OLE color: 16696059.

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

Color convert

RGB 251 194 254 -
CMYK 0.01 0.24 0 0.00
HSL 297º 0.97% 0.88% -
HSV(B) 297º 0.24% 1% -
XYZ 76.96 66.25 102.5 -
YUV 217.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 251 194 254 0.01 0.24 0 0.00 297 0.97 0.88
Hex FB C2 FE 1 18 0 0 129 61 58
Octal 373 302 376 1 30 0 0 451 141 130
Binary 11111011 11000010 11111110 1 11000 0 0 100101001 1100001 1011000

Color Harmonies of #FBC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2FE

Black with #FBC2FE

Text Example


Text Example

White with #FBC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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