Html Css Color HEX #FBC5F8 Snuff

📋 copy color: '#FBC5F8'

red 251 ◦ green 197 ◦ blue 248

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

Shades of Snuff #FBC5F8

Tints of Snuff #FBC5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.63%

R = 36.06%
G = 28.3%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBC5F8 (or 0xFBC5F8) is known color: Snuff. HEX triplet: FB, C5 and F8. RGB value is (251,197,248). Sum of RGB (Red+Green+Blue) = 251+197+248=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 197 (77.34% from 255 or 28.30% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5F8 is #043A07. Grayscale: #DADADA. Windows color (decimal): -277000 or 16303611. OLE color: 16303611.

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

Color convert

RGB 251 197 248 -
CMYK 0 0.22 0.01 0.02
HSL 303.33º 0.87% 0.88% -
HSV(B) 303.33º 0.22% 0.98% -
XYZ 76.69 67.22 97.74 -
YUV 218.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 251 197 248 0 0.22 0.01 0.02 303.33 0.87 0.88
Hex FB C5 F8 0 16 1 2 12F 57 58
Octal 373 305 370 0 26 1 2 457 127 130
Binary 11111011 11000101 11111000 0 10110 1 10 100101111 1010111 1011000

Color Harmonies of #FBC5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5F8

Black with #FBC5F8

Text Example


Text Example

White with #FBC5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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