#FBCCF3

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

Shades of Snuff #FBCCF3

Tints of Snuff #FBCCF3

Color information

#FBCCF3 (or 0xFBCCF3) is unknown color: approx Snuff. HEX triplet: FB, CC and F3. RGB value is (251,204,243). Sum of RGB (Red+Green+Blue) = 251+204+243=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCF3 is #04330C. Grayscale: #DEDEDE. Windows color (decimal): -275213 or 15977723. OLE color: 15977723.

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

Color convert

RGB251204243-
CMYK00.190.030.02
HSL310.21º85.45%89.22%-
HSV(B)310.21º18.73%98.43%-
XYZ77.5570.1794.25-
YUV222.5139.57148.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 204 (80.08% from 255) = 29.23%
BLUE value IS 243 (95.31% from 255) = 34.81%
R=35.96%
G=29.23%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120424300.190.030.02310.2185.4589.22
HexFBCCF3013321365559
Octal37331436302332466125131
Binary111110111100110011110011010011111010011011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCF3; }

 p { color: rgb(251,204,243); }

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

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

 a { background-color: rgb(251,204,243); }

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

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

 span { border-color: rgb(251,204,243); }

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