Html Css Color HEX #FBC2FF Snuff

📋 copy color: '#FBC2FF'

red 251 ◦ green 194 ◦ blue 255

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

Shades of Snuff #FBC2FF

Tints of Snuff #FBC2FF

RGB

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

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

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

R = 35.86%
G = 27.71%
B = 36.43%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBC2FF (or 0xFBC2FF) is known color: Snuff. HEX triplet: FB, C2 and FF. RGB value is (251,194,255). Sum of RGB (Red+Green+Blue) = 251+194+255=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 194 (76.17% from 255 or 27.71% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC2FF is #043D00. Grayscale: #D9D9D9. Windows color (decimal): -277761 or 16761595. OLE color: 16761595.

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

Color convert

RGB 251 194 255 -
CMYK 0.02 0.24 0 0
HSL 296.07º 1% 0.88% -
HSV(B) 296.07º 0.24% 1% -
XYZ 77.13 66.31 103.34 -
YUV 218 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 251 194 255 0.02 0.24 0 0 296.07 1 0.88
Hex FB C2 FF 2 18 0 0 128 64 58
Octal 373 302 377 2 30 0 0 450 144 130
Binary 11111011 11000010 11111111 10 11000 0 0 100101000 1100100 1011000

Color Harmonies of #FBC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2FF

Black with #FBC2FF

Text Example


Text Example

White with #FBC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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