Html Css Color HEX #FBC5FA Snuff

📋 copy color: '#FBC5FA'

red 251 ◦ green 197 ◦ blue 250

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

Shades of Snuff #FBC5FA

Tints of Snuff #FBC5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.82%

R = 35.96%
G = 28.22%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBC5FA (or 0xFBC5FA) is known color: Snuff. HEX triplet: FB, C5 and FA. RGB value is (251,197,250). Sum of RGB (Red+Green+Blue) = 251+197+250=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 197 (77.34% from 255 or 28.22% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5FA is #043A05. Grayscale: #DBDBDB. Windows color (decimal): -276998 or 16434683. OLE color: 16434683.

HSL color Cylindrical-coordinate representation of color #FBC5FA: hue angle of 301.11º 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 #FBC5FA is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 250 -
CMYK 0 0.22 0.00 0.02
HSL 301.11º 0.87% 0.88% -
HSV(B) 301.11º 0.22% 0.98% -
XYZ 77.01 67.34 99.38 -
YUV 219.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 251 197 250 0 0.22 0.00 0.02 301.11 0.87 0.88
Hex FB C5 FA 0 16 0 2 12D 57 58
Octal 373 305 372 0 26 0 2 455 127 130
Binary 11111011 11000101 11111010 0 10110 0 10 100101101 1010111 1011000

Color Harmonies of #FBC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5FA

Black with #FBC5FA

Text Example


Text Example

White with #FBC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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