Html Css Color HEX #FBC8FC Snuff

📋 copy color: '#FBC8FC'

red 251 ◦ green 200 ◦ blue 252

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

Shades of Snuff #FBC8FC

Tints of Snuff #FBC8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.85%

R = 35.7%
G = 28.45%
B = 35.85%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBC8FC (or 0xFBC8FC) is known color: Snuff. HEX triplet: FB, C8 and FC. RGB value is (251,200,252). Sum of RGB (Red+Green+Blue) = 251+200+252=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 200 (78.52% from 255 or 28.45% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8FC is #043703. Grayscale: #DDDDDD. Windows color (decimal): -276228 or 16566523. OLE color: 16566523.

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

Color convert

RGB 251 200 252 -
CMYK 0.00 0.21 0 0.01
HSL 298.85º 0.9% 0.89% -
HSV(B) 298.85º 0.21% 0.99% -
XYZ 78.01 68.85 101.27 -
YUV 221.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 251 200 252 0.00 0.21 0 0.01 298.85 0.9 0.89
Hex FB C8 FC 0 15 0 1 12B 5A 59
Octal 373 310 374 0 25 0 1 453 132 131
Binary 11111011 11001000 11111100 0 10101 0 1 100101011 1011010 1011001

Color Harmonies of #FBC8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8FC

Black with #FBC8FC

Text Example


Text Example

White with #FBC8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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