Html Css Color HEX #FBC8FE Snuff

📋 copy color: '#FBC8FE'

red 251 ◦ green 200 ◦ blue 254

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

Shades of Snuff #FBC8FE

Tints of Snuff #FBC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.37%

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

R = 35.6%
G = 28.37%
B = 36.03%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBC8FE (or 0xFBC8FE) is known color: Snuff. HEX triplet: FB, C8 and FE. RGB value is (251,200,254). Sum of RGB (Red+Green+Blue) = 251+200+254=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 200 (78.52% from 255 or 28.37% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8FE is #043701. Grayscale: #DDDDDD. Windows color (decimal): -276226 or 16697595. OLE color: 16697595.

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

Color convert

RGB 251 200 254 -
CMYK 0.01 0.21 0 0.00
HSL 296.67º 0.96% 0.89% -
HSV(B) 296.67º 0.21% 1% -
XYZ 78.33 68.97 102.95 -
YUV 221.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 251 200 254 0.01 0.21 0 0.00 296.67 0.96 0.89
Hex FB C8 FE 1 15 0 0 129 60 59
Octal 373 310 376 1 25 0 0 451 140 131
Binary 11111011 11001000 11111110 1 10101 0 0 100101001 1100000 1011001

Color Harmonies of #FBC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8FE

Black with #FBC8FE

Text Example


Text Example

White with #FBC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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