Html Css Color HEX #FBC4FE Snuff

📋 copy color: '#FBC4FE'

red 251 ◦ green 196 ◦ blue 254

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

Shades of Snuff #FBC4FE

Tints of Snuff #FBC4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 27.96%

 BLUE value IS 254 (99.61% from 255) = 36.23%

R = 35.81%
G = 27.96%
B = 36.23%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBC4FE (or 0xFBC4FE) is known color: Snuff. HEX triplet: FB, C4 and FE. RGB value is (251,196,254). Sum of RGB (Red+Green+Blue) = 251+196+254=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 196 (76.95% from 255 or 27.96% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC4FE is #043B01. Grayscale: #DADADA. Windows color (decimal): -277250 or 16696571. OLE color: 16696571.

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

Color convert

RGB 251 196 254 -
CMYK 0.01 0.23 0 0.00
HSL 296.9º 0.97% 0.88% -
HSV(B) 296.9º 0.23% 1% -
XYZ 77.41 67.14 102.65 -
YUV 219.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 251 196 254 0.01 0.23 0 0.00 296.9 0.97 0.88
Hex FB C4 FE 1 17 0 0 129 61 58
Octal 373 304 376 1 27 0 0 451 141 130
Binary 11111011 11000100 11111110 1 10111 0 0 100101001 1100001 1011000

Color Harmonies of #FBC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4FE

Black with #FBC4FE

Text Example


Text Example

White with #FBC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4FE; }

 p { color: rgb(251,196,254); }

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

background-color css

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

 a { background-color: rgb(251,196,254); }

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

border-color css

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

 span { border-color: rgb(251,196,254); }

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