Html Css Color HEX #FBC4FF Snuff

📋 copy color: '#FBC4FF'

red 251 ◦ green 196 ◦ blue 255

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

Shades of Snuff #FBC4FF

Tints of Snuff #FBC4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.32%

R = 35.75%
G = 27.92%
B = 36.32%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBC4FF (or 0xFBC4FF) is known color: Snuff. HEX triplet: FB, C4 and FF. RGB value is (251,196,255). Sum of RGB (Red+Green+Blue) = 251+196+255=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 196 (76.95% from 255 or 27.92% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC4FF is #043B00. Grayscale: #DADADA. Windows color (decimal): -277249 or 16762107. OLE color: 16762107.

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

Color convert

RGB 251 196 255 -
CMYK 0.02 0.23 0 0
HSL 295.93º 1% 0.88% -
HSV(B) 295.93º 0.23% 1% -
XYZ 77.57 67.21 103.49 -
YUV 219.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 251 196 255 0.02 0.23 0 0 295.93 1 0.88
Hex FB C4 FF 2 17 0 0 128 64 58
Octal 373 304 377 2 27 0 0 450 144 130
Binary 11111011 11000100 11111111 10 10111 0 0 100101000 1100100 1011000

Color Harmonies of #FBC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4FF

Black with #FBC4FF

Text Example


Text Example

White with #FBC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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