Html Css Color HEX #FBC8FF Snuff

📋 copy color: '#FBC8FF'

red 251 ◦ green 200 ◦ blue 255

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

Shades of Snuff #FBC8FF

Tints of Snuff #FBC8FF

RGB

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

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

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

R = 35.55%
G = 28.33%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBC8FF (or 0xFBC8FF) is known color: Snuff. HEX triplet: FB, C8 and FF. RGB value is (251,200,255). Sum of RGB (Red+Green+Blue) = 251+200+255=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 200 (78.52% from 255 or 28.33% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8FF is #043700. Grayscale: #DDDDDD. Windows color (decimal): -276225 or 16763131. OLE color: 16763131.

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

Color convert

RGB 251 200 255 -
CMYK 0.02 0.22 0 0
HSL 295.64º 1% 0.89% -
HSV(B) 295.64º 0.22% 1% -
XYZ 78.49 69.04 103.8 -
YUV 221.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 251 200 255 0.02 0.22 0 0 295.64 1 0.89
Hex FB C8 FF 2 16 0 0 128 64 59
Octal 373 310 377 2 26 0 0 450 144 131
Binary 11111011 11001000 11111111 10 10110 0 0 100101000 1100100 1011001

Color Harmonies of #FBC8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8FF

Black with #FBC8FF

Text Example


Text Example

White with #FBC8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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