Html Css Color HEX #FBC5FD Snuff

📋 copy color: '#FBC5FD'

red 251 ◦ green 197 ◦ blue 253

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

Shades of Snuff #FBC5FD

Tints of Snuff #FBC5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.1%

 BLUE value IS 253 (99.22% from 255) = 36.09%

R = 35.81%
G = 28.1%
B = 36.09%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBC5FD (or 0xFBC5FD) is known color: Snuff. HEX triplet: FB, C5 and FD. RGB value is (251,197,253). Sum of RGB (Red+Green+Blue) = 251+197+253=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 197 (77.34% from 255 or 28.10% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5FD is #043A02. Grayscale: #DBDBDB. Windows color (decimal): -276995 or 16631291. OLE color: 16631291.

HSL color Cylindrical-coordinate representation of color #FBC5FD: hue angle of 297.86º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC5FD is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 197 253 -
CMYK 0.01 0.22 0 0.01
HSL 297.86º 0.93% 0.88% -
HSV(B) 297.86º 0.22% 0.99% -
XYZ 77.48 67.53 101.88 -
YUV 219.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 251 197 253 0.01 0.22 0 0.01 297.86 0.93 0.88
Hex FB C5 FD 1 16 0 1 12A 5D 58
Octal 373 305 375 1 26 0 1 452 135 130
Binary 11111011 11000101 11111101 1 10110 0 1 100101010 1011101 1011000

Color Harmonies of #FBC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5FD

Black with #FBC5FD

Text Example


Text Example

White with #FBC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5FD; }

 p { color: rgb(251,197,253); }

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

background-color css

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

 a { background-color: rgb(251,197,253); }

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

border-color css

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

 span { border-color: rgb(251,197,253); }

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