Html Css Color HEX #FBC0F8 Snuff

📋 copy color: '#FBC0F8'

red 251 ◦ green 192 ◦ blue 248

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

Shades of Snuff #FBC0F8

Tints of Snuff #FBC0F8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 27.79%

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

R = 36.32%
G = 27.79%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBC0F8 (or 0xFBC0F8) is known color: Snuff. HEX triplet: FB, C0 and F8. RGB value is (251,192,248). Sum of RGB (Red+Green+Blue) = 251+192+248=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 192 (75.39% from 255 or 27.79% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0F8 is #043F07. Grayscale: #D7D7D7. Windows color (decimal): -278280 or 16302331. OLE color: 16302331.

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

Color convert

RGB 251 192 248 -
CMYK 0 0.24 0.01 0.02
HSL 303.05º 0.88% 0.87% -
HSV(B) 303.05º 0.24% 0.98% -
XYZ 75.58 64.99 97.37 -
YUV 216.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 251 192 248 0 0.24 0.01 0.02 303.05 0.88 0.87
Hex FB C0 F8 0 18 1 2 12F 58 57
Octal 373 300 370 0 30 1 2 457 130 127
Binary 11111011 11000000 11111000 0 11000 1 10 100101111 1011000 1010111

Color Harmonies of #FBC0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0F8

Black with #FBC0F8

Text Example


Text Example

White with #FBC0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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