#FBCFF4

Color #FBCFF4 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FBCFF4

Tints of Snuff #FBCFF4

Color information

#FBCFF4 (or 0xFBCFF4) is unknown color: approx Snuff. HEX triplet: FB, CF and F4. RGB value is (251,207,244). Sum of RGB (Red+Green+Blue) = 251+207+244=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFF4 is #04300B. Grayscale: #E0E0E0. Windows color (decimal): -274444 or 16044027. OLE color: 16044027.

HSL color Cylindrical-coordinate representation of color #FBCFF4: hue angle of 309.55º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFF4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251207244-
CMYK00.180.030.02
HSL309.55º84.62%89.8%-
HSV(B)309.55º17.53%98.43%-
XYZ78.4371.6795.29-
YUV224.37139.08146.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 207 (81.25% from 255) = 29.49%
BLUE value IS 244 (95.70% from 255) = 34.76%
R=35.75%
G=29.49%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120724400.180.030.02309.5584.6289.8
HexFBCFF401232136555a
Octal37331736402232466125132
Binary111110111100111111110100010010111010011011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFF4; }

 p { color: rgb(251,207,244); }

 H1.HeaderClassName
 {
   color: #FBCFF4;
 }
 .AnyTagClassName
 {
   color: #FBCFF4;
 }
</style>
background-color css

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

 a { background-color: rgb(251,207,244); }

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

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

 span { border-color: rgb(251,207,244); }

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