Html Css Color HEX #FBC1F8 Snuff

📋 copy color: '#FBC1F8'

red 251 ◦ green 193 ◦ blue 248

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

Shades of Snuff #FBC1F8

Tints of Snuff #FBC1F8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 27.89%

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

R = 36.27%
G = 27.89%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBC1F8 (or 0xFBC1F8) is known color: Snuff. HEX triplet: FB, C1 and F8. RGB value is (251,193,248). Sum of RGB (Red+Green+Blue) = 251+193+248=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 193 (75.78% from 255 or 27.89% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1F8 is #043E07. Grayscale: #D8D8D8. Windows color (decimal): -278024 or 16302587. OLE color: 16302587.

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

Color convert

RGB 251 193 248 -
CMYK 0 0.23 0.01 0.02
HSL 303.1º 0.88% 0.87% -
HSV(B) 303.1º 0.23% 0.98% -
XYZ 75.8 65.43 97.44 -
YUV 216.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 251 193 248 0 0.23 0.01 0.02 303.1 0.88 0.87
Hex FB C1 F8 0 17 1 2 12F 58 57
Octal 373 301 370 0 27 1 2 457 130 127
Binary 11111011 11000001 11111000 0 10111 1 10 100101111 1011000 1010111

Color Harmonies of #FBC1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1F8

Black with #FBC1F8

Text Example


Text Example

White with #FBC1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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