Html Css Color HEX #FBC3FE Snuff

📋 copy color: '#FBC3FE'

red 251 ◦ green 195 ◦ blue 254

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

Shades of Snuff #FBC3FE

Tints of Snuff #FBC3FE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 27.86%

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

R = 35.86%
G = 27.86%
B = 36.29%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBC3FE (or 0xFBC3FE) is known color: Snuff. HEX triplet: FB, C3 and FE. RGB value is (251,195,254). Sum of RGB (Red+Green+Blue) = 251+195+254=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 195 (76.56% from 255 or 27.86% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC3FE is #043C01. Grayscale: #DADADA. Windows color (decimal): -277506 or 16696315. OLE color: 16696315.

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

Color convert

RGB 251 195 254 -
CMYK 0.01 0.23 0 0.00
HSL 296.95º 0.97% 0.88% -
HSV(B) 296.95º 0.23% 1% -
XYZ 77.19 66.7 102.57 -
YUV 218.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 251 195 254 0.01 0.23 0 0.00 296.95 0.97 0.88
Hex FB C3 FE 1 17 0 0 129 61 58
Octal 373 303 376 1 27 0 0 451 141 130
Binary 11111011 11000011 11111110 1 10111 0 0 100101001 1100001 1011000

Color Harmonies of #FBC3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3FE

Black with #FBC3FE

Text Example


Text Example

White with #FBC3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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